Anchor most .gitignore entries to the project root.
parent
ba9e6648bd
commit
edc971fcd8
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue