diff options
author | David Blaikie <dblaikie@gmail.com> | 2012-08-21 19:23:30 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2012-08-21 19:23:30 +0000 |
commit | 19b1d84aaf7589f294408f1b1d3231f17a01f610 (patch) | |
tree | f148280203840bdf6dd30ad0524fe32b22862701 /.gitignore | |
parent | 1052a1df206a6d505325b5920c566cd4348ad0c8 (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162305 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ecf2e3e422..4e9e137614 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ cscope.files cscope.out autoconf/aclocal.m4 autoconf/autom4te.cache +compile_commands.json #==============================================================================# # Directories to ignore (do not add trailing '/'s, they skip symlinks). |