mirror of
https://github.com/samsonjs/compiler.git
synced 2026-04-27 14:57:45 +00:00
updated .gitignore
This commit is contained in:
parent
874578f9e8
commit
aea6e5c070
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,7 +1,10 @@
|
||||||
|
.DS_Store
|
||||||
*.o
|
*.o
|
||||||
trash
|
trash
|
||||||
test/*.o
|
test/*.o
|
||||||
test/*.asm
|
test/*.asm
|
||||||
|
|
||||||
|
# TODO just ignore test/bin/* or similar
|
||||||
test/test_big
|
test/test_big
|
||||||
test/test_lt
|
test/test_lt
|
||||||
test/test_gt
|
test/test_gt
|
||||||
|
|
@ -17,3 +20,4 @@ test/test_do
|
||||||
test/test_for
|
test/test_for
|
||||||
test/test_break
|
test/test_break
|
||||||
test/test_print
|
test/test_print
|
||||||
|
test/test_huge
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue