aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKirill Smelkov <kirr@navytux.spb.ru>2012-11-21 08:33:26 +0400
committerKirill Smelkov <kirr@navytux.spb.ru>2012-11-22 10:40:02 +0400
commit4744269494bc6cfd306344adce4eb93fe95ce377 (patch)
treea978753a2e667c5461dda18b3ca2e164a1e32df9 /.gitignore
parent6eec9310387f96dfb89aef0359fc837bc9cf00c4 (diff)
downloadtinycc-4744269494bc6cfd306344adce4eb93fe95ce377.tar.gz
tinycc-4744269494bc6cfd306344adce4eb93fe95ce377.tar.bz2
Update .gitignore
The following files were not ignored (produced by build on i386 with --enable-cross): arm-eabi-tcc arm-fpa-ld-tcc arm-fpa-tcc arm-vfp-tcc c67-tcc i386-win32-tcc lib/i386-win32/ lib/x86_64-win32/ x86_64-tcc x86_64-win32-tcc
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bfcf93a..ae4965c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
*.a
tcc_g
tcc
+/*-tcc
tc2.c
doc
tc3s.c
@@ -9,6 +10,7 @@ p3.c
tc1.c
error.c
i386-gen1.c
+test.out1
test.out2
test.out3
web.sh
@@ -32,6 +34,8 @@ tcctest[1234]
test[1234].out
tests/tcclib.h
tests/tcctest.gcc
+tests/weaktest.*.o.txt
+tests2/fred.txt
.gdb_history
tcc.1
tcc.pod
@@ -43,6 +47,8 @@ tags
*.swp
lib/x86_64
lib/i386
+lib/x86_64-win32
+lib/i386-win32
tcc-doc.info
conftest*
tiny_libmaker