diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-10-03 21:52:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-03 21:52:45 +0200 |
| commit | d3a3ac2b385454dc0c3ec5a00ca2f134d7183c24 (patch) | |
| tree | 4fb0db2ee7b04e7fe315cedd50bdc7491059f06d | |
| parent | 33b49475546bf8c391f8f0874b2f9b762771a267 (diff) | |
| parent | 510e262deb6c5eba94e0aad2f609448271f80264 (diff) | |
| download | rust-d3a3ac2b385454dc0c3ec5a00ca2f134d7183c24.tar.gz rust-d3a3ac2b385454dc0c3ec5a00ca2f134d7183c24.zip | |
Rollup merge of #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``
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d6d8b99f602..b170dca88fa 100644 --- a/.gitignore +++ b/.gitignore @@ -86,4 +86,13 @@ package.json ## Rustdoc GUI tests tests/rustdoc-gui/src/**.lock +## direnv +.envrc +.direnv/ + +## nix +flake.nix +flake.lock +default.nix + # Before adding new lines, see the comment at the top. |
