diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2016-05-12 14:49:00 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2016-05-12 14:49:00 -0700 |
commit | 4e8cfef78596ed94f1f26e8997ba3cd553aeb5da (patch) | |
tree | 7a7da34b9566bb8861225ec4e57c4f55d3b72162 /.gitignore | |
parent | 28457fcbeec33e62e9e8356811d92141abff1629 (diff) |
.gitignore: add compile_commands.json
Which can be generated by cmake and used by clang_check.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
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/ |