bootstrap/specs/clang/template/.gitignore

31 lines
524 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.
/dist/
2023-11-26 21:51:41 +00:00
# The directory generated by `Doxygen`.
/docs/
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
compile_commands.json
CTestTestfile.cmake
_deps