Ignore the documentation-suggested location for compile_commands.json

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
This commit is contained in:
David Blaikie 2012-08-21 19:23:30 +00:00
parent a77f8c8cad
commit f737cb3b92
1 changed files with 1 additions and 0 deletions

1
llvm/.gitignore vendored
View File

@ -27,6 +27,7 @@ cscope.files
cscope.out
autoconf/aclocal.m4
autoconf/autom4te.cache
compile_commands.json
#==============================================================================#
# Directories to ignore (do not add trailing '/'s, they skip symlinks).