mirror of
https://github.com/samsonjs/compiler.git
synced 2026-03-25 08:45:52 +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
|
||||
trash
|
||||
test/*.o
|
||||
test/*.asm
|
||||
|
||||
# TODO just ignore test/bin/* or similar
|
||||
test/test_big
|
||||
test/test_lt
|
||||
test/test_gt
|
||||
|
|
@ -17,3 +20,4 @@ test/test_do
|
|||
test/test_for
|
||||
test/test_break
|
||||
test/test_print
|
||||
test/test_huge
|
||||
|
|
|
|||
Loading…
Reference in a new issue