Files
snmalloc/.gitignore
Matthew Parkinson e3e558472d Update CMakeLists.txt (#734)
* Handle platforms that have `_GLIBCXX_ASSERTIONS`, which require the stdlib++ to be included.
* Stop override of memcpy with FORTIFY_SOURCE enabled
* Add to .gitignore
* Add data for graphs in release notes.
* Minor tidy on CMake.
2025-01-23 13:36:08 +00:00

27 lines
245 B
Plaintext

# conventional build dirs
/release*/
/debug*/
/build*/
/cmake-build-*/
/out*/
/dist/
/tidy.fail
# cmake intermediate files
/CMakeFiles/
# vscode dirs
.vscode/
.vs/
# jetbrains IDE dirs
.idea/
# special endings
*~
*.sw?
# cache dirs
.cache