sagoma/.gitignore
2017-01-15 02:05:27 +01:00

28 lines
295 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/
# generated code (unit tests)
Test*.cpp
# executables
/lines
unittest_*
gmon.out