bootstrap/specs/clang/template/.gitignore

18 lines
361 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 compilation database produced by `bear`.
/compile_commands.json
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