mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
.gitignore: ignore .direnv
Add a rule to .gitignore to exclude .direnv, the name of the temporary directory created by direnv, from the source tree. Commitf0160baa7a
(".envrc: init for new shell.nix") is introduced to the "master" branch, invoking an official .envrc direnv configuration when a developer enters the Nixpkgs source directory. When checking out the stable-release branches, the rule to exclude the temporary directory .direnv got lost from .gitignore, and the temporary directory became visible to source control, creating a risk of polluting the source tree. This patch backports the .gitignore rule against .direnv to the stable release branch and eliminates such risk of pollution. Even though the necessity of .envrc inside the source tree is under debate, the opinions from both sides support the non-negligible use of direct as a developer tool by Nixpkgs contributors, and it would be beneficial to have a .gitignore rule to exclude the corresponding temporary files whether we have an official .envrc or not. Partially backportf0160baa7a
This commit is contained in:
parent
c171878653
commit
fe656cbe32
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,6 +19,7 @@ tags
|
||||
/doc/manual.pdf
|
||||
/source/
|
||||
.version-suffix
|
||||
.direnv
|
||||
|
||||
.DS_Store
|
||||
.mypy_cache
|
||||
|
Loading…
Reference in New Issue
Block a user