[llvm-commits] [llvm] r162305 - /llvm/trunk/.gitignore

David Blaikie dblaikie at gmail.com
Tue Aug 21 12:23:30 PDT 2012


Author: dblaikie
Date: Tue Aug 21 14:23:30 2012
New Revision: 162305

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

Modified:
    llvm/trunk/.gitignore

Modified: llvm/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.gitignore?rev=162305&r1=162304&r2=162305&view=diff
==============================================================================
--- llvm/trunk/.gitignore (original)
+++ llvm/trunk/.gitignore Tue Aug 21 14:23:30 2012
@@ -27,6 +27,7 @@
 cscope.out
 autoconf/aclocal.m4
 autoconf/autom4te.cache
+compile_commands.json
 
 #==============================================================================#
 # Directories to ignore (do not add trailing '/'s, they skip symlinks).





More information about the llvm-commits mailing list