diff options
author | Ahmad Samir <a.samirh78@gmail.com> | 2022-01-02 23:01:29 +0200 |
---|---|---|
committer | Ahmad Samir <a.samirh78@gmail.com> | 2022-01-02 23:01:29 +0200 |
commit | eb347cee5fa050b25313ec96ceac78f9bde69e93 (patch) | |
tree | e27d73881a54ce5222f2d373c50fc07643924f28 /.gitignore | |
parent | 29a243a9c12e1f9fdcabcae7fb8c4ab091d1ed68 (diff) | |
download | extra-cmake-modules-eb347cee5fa050b25313ec96ceac78f9bde69e93.tar.gz extra-cmake-modules-eb347cee5fa050b25313ec96ceac78f9bde69e93.tar.bz2 |
Add compile-command.json to .gitignore
There are CMake LSP servers out there, so having a compile_commands.json in
ECM dir could happen. Also happens if you're using a script that adds that
file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,3 +23,4 @@ CMakeLists.txt.user* *.unc-backup* __pycache__ .cmake/ +/compile_commands.json |