summaryrefslogtreecommitdiffstats
path: root/progs/samples/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Ignore more generated files in progs/Dan Nicholson2007-10-101-15/+17
| | | | | | | | 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änzer2006-12-061-0/+45