This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
c
/
odin-lang.Odin
同期ミラー
https://github.com/odin-lang/Odin
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Merge pull request
#3708
from Feoramund/ignore-bmp-assets
Add `*.bmp` to core tests `.gitignore`
Jeroen van Rijn
1 年間 前
親
1f4cfd52fd
5c8f78a25a
コミット
e5bf6fd3aa
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
1
0
tests/core/.gitignore
+ 1
- 0
tests/core/.gitignore
ファイルの表示
@@ -1,3 +1,4 @@
+*.bmp
*.zip
*.png
math_big_test_library.*