1
0

.gitignore 234 B

1234567891011121314151617181920212223
  1. # editor swap files
  2. .*.sw*
  3. .*~
  4. *~
  5. # images
  6. *.jpg
  7. *.png
  8. /files/
  9. # cmake
  10. CMakeCache.txt
  11. CMakeFiles
  12. CMakeScripts
  13. Makefile
  14. cmake_install.cmake
  15. install_manifest.txt
  16. compile_commands.json
  17. CTestTestfile.cmake
  18. /build/
  19. # executables
  20. /lines