.gitignore 319 B

1234567891011121314151617181920212223242526272829303132
  1. # Compiled source #
  2. ###################
  3. *.com
  4. *.class
  5. *.dll
  6. *.exe
  7. *.o
  8. *.so
  9. # backups
  10. *~
  11. # Cmake generated
  12. CMakeFiles
  13. Testing
  14. CMakeCache.txt
  15. CTestTestfile.cmake
  16. Makefile
  17. *.ninja
  18. .ninja_log
  19. # Testing
  20. test_graph.png
  21. # binaries
  22. bin
  23. # build dir CONTENTS
  24. build
  25. # autogenerated docs
  26. doc/nd
  27. doc/nd_project
  28. .tup
  29. *.log
  30. *.sitef