From b3b25bf6020c9bf2d48c91070228e707264d6ffb Mon Sep 17 00:00:00 2001 From: yuu Date: Wed, 17 Nov 2021 14:43:45 -0300 Subject: [PATCH] gitignore: add outputs/ and source/ In nix develop, When running unpackPhase, and installPhase in nixpkgs, the directories outputs/ and source/ are created. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1a41704c9be3..0e7cb19f2d19 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,10 @@ .*.swp .*.swo .idea/ +outputs/ result result-* +source/ /doc/NEWS.html /doc/NEWS.txt /doc/manual.html