.gitignore += *.o *.a

Ignores libtcc.o, libtcc.a and a bunch of other files (see previous
patch for details)
master
Kirill Smelkov 2010-06-12 18:26:37 +04:00
parent de7a214c17
commit 5344b2e73b
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
*.o
*.a
tcc_g
tcc
tc2.c