Files
snmalloc/.gitignore
Matthew Parkinson 4272126343 Releasedocs0 7 (#693)
Co-authored-by: Nathaniel Wesley Filardo <VP331RHQ115POU58JFRLKB7OPA0L18E3@cmx.ietfng.org>
2024-11-28 13:20:49 +00:00

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