summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-05-12 14:49:00 -0700
committerDylan Baker <dylan@pnwbakers.com>2016-05-12 14:49:00 -0700
commit4e8cfef78596ed94f1f26e8997ba3cd553aeb5da (patch)
tree7a7da34b9566bb8861225ec4e57c4f55d3b72162 /.gitignore
parent28457fcbeec33e62e9e8356811d92141abff1629 (diff)
.gitignore: add compile_commands.json
Which can be generated by cmake and used by clang_check.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0f985bbfe..d44e88531 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,7 @@ CMakeCache.txt
target_api
tests/glslparsertest/glslcompiler
generated_tests/cl
+compile_commands.json
.makotmp
.tox/