kdeconnect-kde/.gitignore
ivan tkachenko 402ca0009f
Add compile_commands.json to gitignore
Other entries were copied from marble repo as well.

GIT_SILENT
2021-12-15 02:34:05 +03:00

34 lines
384 B
Text

/build*/
clang
*.kdev4
Makefile
lib
src/Makefile
src/*_automoc.cpp*
src/moc_*.cpp
CMakeTmp
CMakeFiles
KDEConnect.config
KDEConnect.creator
KDEConnect.files
KDEConnect.includes
.directory
*.qmlc
*.rej
.vscode
.github/workflows/*
# Eclipse settings
.cproject
.project
.settings/*
CMakeLists.txt.user
.DS_Store
/.clang-format
/compile_commands.json
.clangd
.cache
.idea
/cmake-build*