parent
7ff4b9128f
commit
f05c2081d3
1 changed files with 27 additions and 3 deletions
@ -1,3 +1,27 @@ |
|||||||
/build |
# Ignore the following files |
||||||
/cmake-build-debug |
*~ |
||||||
/.idea |
*.[oa] |
||||||
|
*.diff |
||||||
|
*.kate-swp |
||||||
|
*.kdev4 |
||||||
|
.kdev_include_paths |
||||||
|
*.kdevelop.pcs |
||||||
|
*.moc |
||||||
|
*.moc.cpp |
||||||
|
*.orig |
||||||
|
*.user |
||||||
|
.*.swp |
||||||
|
.swp.* |
||||||
|
Doxyfile |
||||||
|
Makefile |
||||||
|
avail |
||||||
|
random_seed |
||||||
|
/build*/ |
||||||
|
CMakeLists.txt.user* |
||||||
|
*.unc-backup* |
||||||
|
.idea |
||||||
|
/build*/ |
||||||
|
/compile_commands.json |
||||||
|
.clangd |
||||||
|
/cmake-build* |
||||||
|
.cache |
||||||
|
|||||||
Loading…
Reference in new issue