aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2022-01-02 23:01:29 +0200
committerAhmad Samir <a.samirh78@gmail.com>2022-01-02 23:01:29 +0200
commiteb347cee5fa050b25313ec96ceac78f9bde69e93 (patch)
treee27d73881a54ce5222f2d373c50fc07643924f28 /.gitignore
parent29a243a9c12e1f9fdcabcae7fb8c4ab091d1ed68 (diff)
downloadextra-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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4834c62c..84a05e2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ CMakeLists.txt.user*
*.unc-backup*
__pycache__
.cmake/
+/compile_commands.json