From 4e8cfef78596ed94f1f26e8997ba3cd553aeb5da Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 12 May 2016 14:49:00 -0700 Subject: .gitignore: add compile_commands.json Which can be generated by cmake and used by clang_check. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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/ -- cgit v1.2.3