aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Smelkov <kirr@landau.phys.spbu.ru>2010-06-12 18:26:37 +0400
committerKirill Smelkov <kirr@landau.phys.spbu.ru>2010-06-12 18:26:37 +0400
commit5344b2e73bd2bdb6f5b72cf909a6ddb59232645e (patch)
treeb4919322fbd4116626104dcfa8f74d7bafcac668
parentde7a214c173c75eba273e6cfaefa2ec8a3bc9c57 (diff)
downloadtinycc-5344b2e73bd2bdb6f5b72cf909a6ddb59232645e.tar.gz
tinycc-5344b2e73bd2bdb6f5b72cf909a6ddb59232645e.tar.bz2
.gitignore += *.o *.a
Ignores libtcc.o, libtcc.a and a bunch of other files (see previous patch for details)
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 95daa1f..df16ed9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+*.o
+*.a
tcc_g
tcc
tc2.c