12345678910111213141516171819202122232425262728293031 |
- # Compiled source #
- ###################
- *.com
- *.class
- *.dll
- *.exe
- *.o
- *.so
- # backups
- *~
- # Cmake generated
- CMakeFiles
- Testing
- CMakeCache.txt
- CTestTestfile.cmake
- Makefile
- *.ninja
- .ninja_log
- # Testing
- test_graph.png
- # binaries
- bin
- # build dir CONTENTS
- build
- # autogenerated docs
- doc/nd
- doc/nd_project
- .tup
- woe.log
|