mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 09:36:20 +09: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
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue