diff options
| author | Kirill Smelkov <kirr@landau.phys.spbu.ru> | 2010-06-12 18:18:19 +0400 |
|---|---|---|
| committer | Kirill Smelkov <kirr@landau.phys.spbu.ru> | 2010-06-12 18:18:19 +0400 |
| commit | de7a214c173c75eba273e6cfaefa2ec8a3bc9c57 (patch) | |
| tree | 46d7631eb00d4b748ff7ad9d004c903ef145465c /.gitignore | |
| parent | dc265feb63c70a1a76fb566a6c05fe62246b65a0 (diff) | |
| download | tinycc-de7a214c173c75eba273e6cfaefa2ec8a3bc9c57.tar.gz tinycc-de7a214c173c75eba273e6cfaefa2ec8a3bc9c57.tar.bz2 | |
.cvsignore -> .gitignore
We no longer use CVS, so let's teach Git about what files to ignore...
... though doing `git status` after make + `make test` still gives
untracked content:
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# alloca86-bt.o
# alloca86.o
# bcheck.o
# libtcc.a
# libtcc.o
# libtcc1.a
# libtcc1.o
# tcc.o
See next patch about this stuff.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..95daa1f --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +tcc_g +tcc +tc2.c +doc +tc3s.c +p3.c +tc1.c +error.c +i386-gen1.c +test.out2 +test.out3 +web.sh +memdebug.c +bench +Makefile.uClibc +boundtest +prog.ref +test.ref +test.out +tcc-doc.html +ideas +tcctest.ref +linux.tcc +ldtest +libtcc_test +instr.S +p.c +p2.c +tcctest[1234] +test[1234].out +.gdb_history +tcc.1 +tcc.pod +config.h +config.mak +config.texi +tests
\ No newline at end of file |
