summaryrefslogtreecommitdiff
path: root/llvm/.gitignore
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2012-08-21 19:23:30 +0000
committerDavid Blaikie <dblaikie@gmail.com>2012-08-21 19:23:30 +0000
commitf737cb3b924797dcdeaa7dcaea1c167b0bf2037a (patch)
tree6504e56da30560cbdf89e51365de65dcb7baab9d /llvm/.gitignore
parenta77f8c8cad6f96e0506f6d44622a77134a9cf4b9 (diff)
downloadllvm-f737cb3b924797dcdeaa7dcaea1c167b0bf2037a.tar.gz
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
Diffstat (limited to 'llvm/.gitignore')
-rw-r--r--llvm/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/.gitignore b/llvm/.gitignore
index ecf2e3e422b8..4e9e13761437 100644
--- a/llvm/.gitignore
+++ b/llvm/.gitignore
@@ -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).