Anchor most .gitignore entries to the project root.

pull/10/head
Joshua Potter 2023-11-28 09:21:11 -07:00
parent ba9e6648bd
commit edc971fcd8
2 changed files with 8 additions and 8 deletions

View File

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

View File

@ -1,5 +1,5 @@
# Directory used by `direnv` to hold `use flake`-generated profiles. # Directory used by `direnv` to hold `use flake`-generated profiles.
.direnv/ /.direnv/
# A symlink produced by default when running `nix build`. # A symlink produced by default when running `nix build`.
result /result