bootstrap/specs/clang/template/.gitignore

27 lines
455 B
Plaintext
Raw Normal View History

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