bootstrap/specs/clang/template/.gitignore

18 lines
361 B
Plaintext

# Directory used by clangd LSP.
/.cache/
# Directory used by `direnv` to hold `use flake`-generated profiles.
/.direnv/
# The compilation database produced by `bear`.
/compile_commands.json
# The directory containing all build outputs.
/dist/
# The directory generated by `Doxygen`.
/docs/
# A symlink produced by default when running `nix build`.
/result