.gitignore += *.o *.a
Ignores libtcc.o, libtcc.a and a bunch of other files (see previous patch for details)
This commit is contained in:
parent
de7a214c17
commit
5344b2e73b
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
||||||
|
*.o
|
||||||
|
*.a
|
||||||
tcc_g
|
tcc_g
|
||||||
tcc
|
tcc
|
||||||
tc2.c
|
tc2.c
|
||||||
|
|
Loading…
Reference in a new issue