Co-authored-by: Nathaniel Wesley Filardo <VP331RHQ115POU58JFRLKB7OPA0L18E3@cmx.ietfng.org>
26 lines
238 B
Plaintext
26 lines
238 B
Plaintext
# conventional build dirs
|
|
/release*/
|
|
/debug*/
|
|
/build*/
|
|
/cmake-build-*/
|
|
/out*/
|
|
|
|
/tidy.fail
|
|
|
|
# cmake intermediate files
|
|
/CMakeFiles/
|
|
|
|
# vscode dirs
|
|
.vscode/
|
|
.vs/
|
|
|
|
# jetbrains IDE dirs
|
|
.idea/
|
|
|
|
# special endings
|
|
*~
|
|
*.sw?
|
|
|
|
# cache dirs
|
|
.cache
|