| 12345678910111213141516171819202122232425262728293031323334 |
- # Intermediate object files
- *.o
- *.os
- *.so
- **/*.a
- *~
- # libraries and executables
- /lib*.*/
- .libs
- /build/
- /bin
- *.exe
- Release
- .DS_Store
- *.xcodeproj
- *.wav
- *.ana
- #Generated files if running in-source CMake build
- cmake_install.cmake
- CMakeFiles/
- CMakeCache.txt
- Makefile
- Makefile.*
- cmake_install.cmake
- /cmake_uninstall.cmake
- CTestTestfile.cmake
- CPackConfig.cmake
- CPackSourceConfig.cmake
- /CMakeCache.txt
- Custom.cmake
|