Add compile_commands.json to gitignore

Other entries were copied from KDE/marble repo as well.

See also: https://invent.kde.org/sdk/kdesrc-build/-/issues/86
This commit is contained in:
ivan tkachenko 2021-12-08 20:11:16 +03:00 committed by Urs Fleisch
parent f581615110
commit fd66b0d3b6

5
.gitignore vendored
View File

@ -47,3 +47,8 @@ CMakeFiles/
taglib.h.stamp
taglib.xcodeproj
CMakeScripts
/.clang-format
/compile_commands.json
.clangd
.cache
.idea