bootstrap/.gitignore

18 lines
355 B
Plaintext
Raw Normal View History

2023-11-26 15:57:58 +00:00
# Directory used by clangd LSP.
2023-11-22 18:15:12 +00:00
.cache/
2023-11-26 15:57:58 +00:00
# Directory used by `direnv` to hold `use flake`-generated profiles.
2023-11-22 18:15:12 +00:00
.direnv/
2023-11-26 15:57:58 +00:00
# The compilation database produced by `bear`.
compile_commands.json
2023-11-26 15:57:58 +00:00
# The directory containing all build outputs.
dist/
2023-11-26 15:57:58 +00:00
# The directory generated by `Doxygen`.
docs/
2023-11-26 15:57:58 +00:00
# A symlink produced by default when running `nix build`.
result