kdeconnect-kde/.gitignore
Nicolas Fella dcf41545c2 Add .clang-format to gitignore
It's provided automatically by ECM and should not be checked in
2022-09-11 23:21:58 +00:00

35 lines
398 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*
.clang-format