sagoma/.gitignore
boyska 3f9b48c377 add unit tests support
you need cxxtest or they will be skipped
one bug found using those tests!
2017-01-12 17:13:02 +01:00

27 lines
286 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_*