| 123456789101112131415161718192021222324252627282930313233343536373839 |
- # Build directories
- build/
- cmake-build-*/
- out/
- # CMake
- CMakeCache.txt
- CMakeFiles/
- cmake_install.cmake
- Makefile
- *.cmake
- !CMakeLists.txt
- # Compiled files
- *.o
- *.a
- *.so
- *.dylib
- *.dll
- *.exe
- lumacs
- # IDE
- .vscode/
- .idea/
- *.swp
- *.swo
- *~
- .DS_Store
- # Compilation database
- compile_commands.json
- # Nix
- result
- result-*
- # Ccache
- .ccache/
|