summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2013-11-24iflag: Fix dependencies, factor out static components of iflag.hH. Peter Anvin1-1/+1
Multi-dependencies don't work as expected, especially not across Make versions, this is why we don't use them and read the instructions list multiple times. iflag.h has a lot of static content, so factor out the static content. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2013-11-24Update .gitignoreCyrill Gorcunov1-0/+2
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2013-05-10Make .git-ignore directory to ignore by scmCyrill Gorcunov1-0/+1
To stash various code which a developer not need to be tracked. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2013-02-17Update .gitignoreCyrill Gorcunov1-0/+6
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2010-06-15Rename filenames to 8.3 formatH. Peter Anvin1-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>
2009-07-13Merge branch 'master' into new-preprocH. Peter Anvin1-1/+1
Conflicts: .gitignore
2009-07-13gitignore: add test results, *.dbgH. Peter Anvin1-0/+3
Add test result directories and *.dbg to gitignore. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2009-07-13.gitignore: add testresults, a few more version.* versions, *.dbgH. Peter Anvin1-0/+5
Update .gitignore. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2009-07-12Use a phash to decode directivesH. Peter Anvin1-0/+2
We can use a perfect hash to decode directives as well. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2009-07-03Add rdf2ith and rdf2srec to .gitignoreH. Peter Anvin1-0/+2
2008-10-19Update .gitignore to include additional generated filesH. Peter Anvin1-0/+2
pptok.ph and doc/inslist.src are generated files; list them in .gitignore. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2008-08-28.gitignore: ignore some editor backup filesH. Peter Anvin1-0/+3
Ignore a couple of variants of editor backup files.
2008-06-04Update .gitignore, remove bogus dependencyH. Peter Anvin1-0/+2
2007-10-19Anchor filename locations in .gitignoreH. Peter Anvin1-46/+46
In particular, "Makefile" matched "test/Makefile" without the anchor.
2007-10-16Additional entries for .gitignoreH. Peter Anvin1-2/+10
2007-10-13Add .gitignore file so "git status" produces something saneH. Peter Anvin1-0/+49
Add .gitignore file to tell git about files that don't need to be tracked.