12345678910111213141516171819202122232425 |
- CMakeCache.txt
- CMakeFiles
- CTestTestfile.cmake
- cmake_install.cmake
- Testing
- Coverage
- *.gcno
- *.gcda
- # generated by scripts/memory.sh
- massif-*
- # MSVC files generated by CMake:
- /*.sln
- /*.vcxproj
- /*.filters
- # MSVC build artifacts:
- *.exe
- *.pdb
- *.ilk
- *.lib
- # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
- *.dir/
|