summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Rename filenames to 8.3 formatH. Peter Anvin2010-06-151-2/+2
| | | | | | | Apparently some people still care about compiling native on MS-DOS, and we don't have a significant number of files which need adjustment. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* Merge branch 'master' into new-preprocH. Peter Anvin2009-07-131-1/+1
|\ | | | | | | | | Conflicts: .gitignore
| * gitignore: add test results, *.dbgH. Peter Anvin2009-07-131-0/+3
| | | | | | | | | | | | Add test result directories and *.dbg to gitignore. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* | .gitignore: add testresults, a few more version.* versions, *.dbgH. Peter Anvin2009-07-131-0/+5
| | | | | | | | | | | | Update .gitignore. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* | Use a phash to decode directivesH. Peter Anvin2009-07-121-0/+2
|/ | | | | | We can use a perfect hash to decode directives as well. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Add rdf2ith and rdf2srec to .gitignoreH. Peter Anvin2009-07-031-0/+2
|
* Update .gitignore to include additional generated filesH. Peter Anvin2008-10-191-0/+2
| | | | | | | pptok.ph and doc/inslist.src are generated files; list them in .gitignore. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* .gitignore: ignore some editor backup filesH. Peter Anvin2008-08-281-0/+3
| | | | Ignore a couple of variants of editor backup files.
* Update .gitignore, remove bogus dependencyH. Peter Anvin2008-06-041-0/+2
|
* Anchor filename locations in .gitignoreH. Peter Anvin2007-10-191-46/+46
| | | | In particular, "Makefile" matched "test/Makefile" without the anchor.
* Additional entries for .gitignoreH. Peter Anvin2007-10-161-2/+10
|
* Add .gitignore file so "git status" produces something saneH. Peter Anvin2007-10-131-0/+49
Add .gitignore file to tell git about files that don't need to be tracked.