aboutsummaryrefslogtreecommitdiff
path: root/.cvsignore
diff options
context:
space:
mode:
authorKirill Smelkov <kirr@landau.phys.spbu.ru>2010-06-12 18:18:19 +0400
committerKirill Smelkov <kirr@landau.phys.spbu.ru>2010-06-12 18:18:19 +0400
commitde7a214c173c75eba273e6cfaefa2ec8a3bc9c57 (patch)
tree46d7631eb00d4b748ff7ad9d004c903ef145465c /.cvsignore
parentdc265feb63c70a1a76fb566a6c05fe62246b65a0 (diff)
downloadtinycc-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 '.cvsignore')
-rw-r--r--.cvsignore37
1 files changed, 0 insertions, 37 deletions
diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 95daa1f..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1,37 +0,0 @@
-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