.gitignore 313 B

12345678910111213141516171819202122232425262728293031
  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. woe.log