From d8587b8ba6cb843c0833b3a6ff76cf935a47106a Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Thu, 26 Mar 2015 18:55:42 +0000 Subject: 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 --- llvm/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/.gitignore') 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). -- cgit v1.1