1
0
Fork 1
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:
yuu 2021-11-17 14:43:45 -03:00
parent 331c462c8d
commit b3b25bf602
No known key found for this signature in database
GPG key ID: 416F303B43C20AC3

2
.gitignore vendored
View file

@ -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