* 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.
27 lines
245 B
Plaintext
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
|