23 lines
234 B
Text
23 lines
234 B
Text
# editor swap files
|
|
.*.sw*
|
|
.*~
|
|
*~
|
|
|
|
# images
|
|
*.jpg
|
|
*.png
|
|
/files/
|
|
|
|
# cmake
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeScripts
|
|
Makefile
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
compile_commands.json
|
|
CTestTestfile.cmake
|
|
/build/
|
|
|
|
# executables
|
|
/lines
|