this has issues with LTO, we have a unit test that tells if stuff got lost in the DLL fix the resource loading for static library building, uncovered by the new unit test BUG: 487452 BUG: 499674
23 lines
324 B
Plaintext
23 lines
324 B
Plaintext
# Ignore the following files
|
|
*.kdev4
|
|
*.directory
|
|
*.bak
|
|
*thumbs.db
|
|
dist
|
|
node_modules
|
|
/.vscode/
|
|
/.kateproject.*
|
|
CMakeLists.txt.user*
|
|
.cmake/
|
|
/.clang-format
|
|
/compile_commands.json
|
|
build/
|
|
xmlerrors
|
|
.clangd
|
|
.idea
|
|
/cmake-build*
|
|
.cache
|
|
#index.theme is currently generated in the source dir
|
|
icons/index.theme
|
|
icons-dark/index.theme
|