bootstrap/.gitignore

24 lines
414 B
Plaintext
Raw Normal View History

2023-11-26 15:57:58 +00:00
# Directory used by clangd LSP.
2023-12-19 23:58:19 +00:00
/.cache/
2023-11-26 15:57:58 +00:00
# Directory used by `direnv` to hold `use flake`-generated profiles.
2023-12-19 23:58:19 +00:00
/.direnv/
2023-11-26 15:57:58 +00:00
# The directory containing all build outputs.
2023-12-19 23:58:19 +00:00
/build/
2023-11-26 15:57:58 +00:00
# A symlink produced by default when running `nix build`.
result
2023-12-19 23:58:19 +00:00
# Files generated by CMake.
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
CTestTestfile.cmake
_deps