Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Added a test for a strange bug in texstore_a8 | Jakob Bornecrantz | 2008-06-18 | 1 | -0/+1 |
| | |||||
* | add new binaries to ignore to make 'git status' cleaner | Zack Rusin | 2008-05-20 | 1 | -1/+22 |
| | |||||
* | Ignore more generated files in progs/ | Dan Nicholson | 2008-05-20 | 1 | -1/+9 |
| | | | | | | | | Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted. | ||||
* | Make git ignore files only generated at build time. | Michel Dänzer | 2006-12-06 | 1 | -0/+54 |