summaryrefslogtreecommitdiff
path: root/.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
commitaaa9c561ca4602c5ea06715a0ad9a5fac93399e3 (patch)
tree62de89e86062b064367f221ed9303707a0eee165 /.gitignore
parent9b512e355f65a5a11bc3ec0d68ada130f46268f9 (diff)
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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233307 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7109373b7f8..02146ef0ac5 100644
--- a/.gitignore
+++ b/.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).