[llvm] r233307 - Ignore compile_commands.json only at the root of the tree.

Paul Robinson paul_robinson at playstation.sony.com
Thu Mar 26 11:55:43 PDT 2015


Author: probinson
Date: Thu Mar 26 13:55:42 2015
New Revision: 233307

URL: http://llvm.org/viewvc/llvm-project?rev=233307&view=rev
Log:
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!

Modified:
    llvm/trunk/.gitignore

Modified: llvm/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.gitignore?rev=233307&r1=233306&r2=233307&view=diff
==============================================================================
--- llvm/trunk/.gitignore (original)
+++ llvm/trunk/.gitignore Thu Mar 26 13:55:42 2015
@@ -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).





More information about the llvm-commits mailing list