aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore += tagsKirill Smelkov2010-06-211-1/+2
|
* .gitignore += *.o *.aKirill Smelkov2010-06-121-0/+2
| | | | | Ignores libtcc.o, libtcc.a and a bunch of other files (see previous patch for details)
* .cvsignore -> .gitignoreKirill Smelkov2010-06-121-0/+37
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.