mirror of
https://github.com/LMMS/lmms.git
synced 2025-12-23 14:48:26 -05:00
* Add /.cache/ to .gitignore Normally clangd's .cache exists in /build/, which is already in the .gitignore, but if cmake is run in the repository root instead of /build/ the cache is in turn generated in the repository root. * Also add compile_commands.json to .gitignore
15 lines
359 B
Plaintext
15 lines
359 B
Plaintext
/build/
|
|
/target/
|
|
.*.sw?
|
|
.DS_Store
|
|
*~
|
|
/CMakeLists.txt.user
|
|
/plugins/ZynAddSubFx/zynaddsubfx/ExternalPrograms/Controller/Makefile
|
|
/plugins/ZynAddSubFx/zynaddsubfx/ExternalPrograms/Spliter/Makefile
|
|
/plugins/ZynAddSubFx/zynaddsubfx/doc/Makefile
|
|
/plugins/ZynAddSubFx/zynaddsubfx/doc/gen/Makefile
|
|
/data/locale/*.qm
|
|
Brewfile.lock.json
|
|
/.cache/
|
|
compile_commands.json
|