24 lines
414 B
Plaintext
24 lines
414 B
Plaintext
# Directory used by clangd LSP.
|
|
/.cache/
|
|
|
|
# Directory used by `direnv` to hold `use flake`-generated profiles.
|
|
/.direnv/
|
|
|
|
# The directory containing all build outputs.
|
|
/build/
|
|
|
|
# A symlink produced by default when running `nix build`.
|
|
result
|
|
|
|
# Files generated by CMake.
|
|
CMakeLists.txt.user
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeScripts
|
|
Testing
|
|
Makefile
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
CTestTestfile.cmake
|
|
_deps
|