forked from OSchip/llvm-project
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
This commit is contained in:
parent
9581204ceb
commit
d8587b8ba6
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue