mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
gitignore: add outputs/ and source/
In nix develop, When running unpackPhase, and installPhase in nixpkgs, the directories outputs/ and source/ are created.
This commit is contained in:
parent
331c462c8d
commit
b3b25bf602
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,8 +3,10 @@
|
||||
.*.swp
|
||||
.*.swo
|
||||
.idea/
|
||||
outputs/
|
||||
result
|
||||
result-*
|
||||
source/
|
||||
/doc/NEWS.html
|
||||
/doc/NEWS.txt
|
||||
/doc/manual.html
|
||||
|
Loading…
Reference in New Issue
Block a user