mirror of
https://github.com/samsonjs/compiler.git
synced 2026-03-25 08:45:52 +00:00
[CHANGED] added trash to .gitignore
This commit is contained in:
parent
ed1a3444c7
commit
a7a30b329a
1 changed files with 2 additions and 14 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
*.o
|
||||
trash
|
||||
test/*.o
|
||||
test/*.asm
|
||||
test/test_big
|
||||
|
|
@ -15,17 +17,3 @@ test/test_do
|
|||
test/test_for
|
||||
test/test_break
|
||||
test/test_print
|
||||
|
||||
*.o
|
||||
test.asm
|
||||
elfwriter
|
||||
lea
|
||||
min
|
||||
min.bin
|
||||
min_elf
|
||||
mov
|
||||
show_elf_magic
|
||||
test.bin
|
||||
test_elf.bin
|
||||
test_elf
|
||||
min2
|
||||
|
|
|
|||
Loading…
Reference in a new issue