Skip to content

Commit 3d3ca0d

Browse files
authored
Unrolled build for rust-lang#131176
Rollup merge of rust-lang#131176 - dev-ardi:gitignore, r=Noratrieb .gitignore files for nix This adds support for direnv and nix flakes / nix shell. I'm not sure if we should have a working nix configuration though. r? ``@noratrieb``
2 parents 9ff5fc4 + 510e262 commit 3d3ca0d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,13 @@ package.json
8686
## Rustdoc GUI tests
8787
tests/rustdoc-gui/src/**.lock
8888

89+
## direnv
90+
.envrc
91+
.direnv/
92+
93+
## nix
94+
flake.nix
95+
flake.lock
96+
default.nix
97+
8998
# Before adding new lines, see the comment at the top.

0 commit comments

Comments
 (0)