aboutsummaryrefslogtreecommitdiff
path: root/llvm/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2012-10-09Add extra vim swap file patternMichael Liao1-0/+1
llvm-svn: 165569
2012-08-21Ignore the documentation-suggested location for compile_commands.jsonDavid Blaikie1-0/+1
According to http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html it's suggested that compile_commands.json in the root of the LLVM source tree should be a symlink to the json file produced by your build system of choice. So here's a patch so it doesn't turn up in git status, etc. llvm-svn: 162305
2012-05-02Add tools/lld to .gitignore.Michael J. Spencer1-0/+2
llvm-svn: 156021
2012-04-19[docs] Stub out structure for Sphinx-based docs.Daniel Dunbar1-0/+2
- Work in progress, this is just the basic structure. llvm-svn: 155132
2011-11-10git: Add tools/lldb to the ignore list.Daniel Dunbar1-0/+2
llvm-svn: 144328
2011-10-24Revert "Test commit"NAKAMURA Takumi1-1/+0
llvm-svn: 142792
2011-10-24Test commitNAKAMURA Takumi1-0/+1
llvm-svn: 142791
2011-09-24Revert change made in .gitignore.Akira Hatanaka1-2/+0
llvm-svn: 140445
2011-09-24Preparation for adding simple Mips64 instructions.Akira Hatanaka1-0/+2
llvm-svn: 140443
2011-08-12.gitignore: Ignore /autom4te.cache. We can execute ↵NAKAMURA Takumi1-0/+1
"PATH=/path/to/autotools/bin autoconf/AutoRegen.sh". llvm-svn: 137441
2011-05-31Ignore Vim swap filesJakob Stoklund Olesen1-0/+2
llvm-svn: 132365
2010-12-17Cleanup and document .gitignore.Michael J. Spencer1-6/+32
llvm-svn: 122066
2010-12-16Oops, didn't mean to ignore .gitignore.Daniel Dunbar1-1/+0
llvm-svn: 121985
2010-12-16Add some more .gitignore entries.Daniel Dunbar1-0/+9
llvm-svn: 121968
2010-12-16Add .gitignore. I chose not to dump the svn ignore list into this because mostMichael J. Spencer1-0/+3
of the entries there are useless for out of source builds. llvm-svn: 121955