aboutsummaryrefslogtreecommitdiff
path: root/llvm/.gitignore
diff options
context:
space:
mode:
authorPaul Robinson <paul_robinson@playstation.sony.com>2015-03-26 18:55:42 +0000
committerPaul Robinson <paul_robinson@playstation.sony.com>2015-03-26 18:55:42 +0000
commitd8587b8ba6cb843c0833b3a6ff76cf935a47106a (patch)
treebcdc8214153e32c51c8d7d440fa09171e3c65adb /llvm/.gitignore
parent9581204ceb2ffc5333971e8d7c5b684ff9e79f9e (diff)
downloadllvm-d8587b8ba6cb843c0833b3a6ff76cf935a47106a.zip
llvm-d8587b8ba6cb843c0833b3a6ff76cf935a47106a.tar.gz
llvm-d8587b8ba6cb843c0833b3a6ff76cf935a47106a.tar.bz2
Ignore compile_commands.json only at the root of the tree.
Can avoid a problem if tools/clang/tools/extra is in the tree. Patch by Douglas Yung! llvm-svn: 233307
Diffstat (limited to 'llvm/.gitignore')
-rw-r--r--llvm/.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/.gitignore b/llvm/.gitignore
index 7109373..02146ef 100644
--- a/llvm/.gitignore
+++ b/llvm/.gitignore
@@ -37,7 +37,7 @@ cscope.files
cscope.out
autoconf/aclocal.m4
autoconf/autom4te.cache
-compile_commands.json
+/compile_commands.json
#==============================================================================#
# Directories to ignore (do not add trailing '/'s, they skip symlinks).