diff options
author | Ahmad Samir <a.samirh78@gmail.com> | 2021-02-11 14:09:37 +0200 |
---|---|---|
committer | Ahmad Samir <a.samirh78@gmail.com> | 2021-02-11 14:09:37 +0200 |
commit | 4af0de0506e41784235fec21173dec88e8ccf668 (patch) | |
tree | c1f9a9012e712682a0dc8a2b24538a4dd717c1d0 /.gitignore | |
parent | 97accd14d732f3eda1c25bb58290cb9311040798 (diff) | |
download | kconfig-4af0de0506e41784235fec21173dec88e8ccf668.tar.gz kconfig-4af0de0506e41784235fec21173dec88e8ccf668.tar.bz2 |
Add compile_commands.json to .gitignore
See https://invent.kde.org/sdk/kdesrc-build/-/merge_requests/82
GIT_SILENT
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,3 +21,4 @@ CMakeLists.txt.user* *.unc-backup* .cmake/ /.clang-format +/compile_commands.json |