mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 18:12:34 +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
|
.*.swp
|
||||||
.*.swo
|
.*.swo
|
||||||
.idea/
|
.idea/
|
||||||
|
outputs/
|
||||||
result
|
result
|
||||||
result-*
|
result-*
|
||||||
|
source/
|
||||||
/doc/NEWS.html
|
/doc/NEWS.html
|
||||||
/doc/NEWS.txt
|
/doc/NEWS.txt
|
||||||
/doc/manual.html
|
/doc/manual.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue