From 3ee1463b11a38de325f96a1e311d3196b90cd095 Mon Sep 17 00:00:00 2001 From: Abizer Nasir Date: Fri, 3 Apr 2015 19:28:49 +0100 Subject: [PATCH 1/2] Ignore .virthualenv not .virtualenv This change was introduced in 3bb4e51184066f5cf60daa029c31e7f52398353b, where it was marked as changed due to a typo. However, that is the correct name of this particular virtual environment. See https://hackage.haskell.org/package/virthualenv --- Haskell.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Haskell.gitignore b/Haskell.gitignore index 3f4aa15b..7808ac52 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -6,7 +6,7 @@ cabal-dev *.chs.h *.dyn_o *.dyn_hi -.virtualenv +.virthualenv .hpc .hsenv .cabal-sandbox/ From 89c4f789c073b4cc49ab61f13d36b3406809a2e0 Mon Sep 17 00:00:00 2001 From: Abizer Nasir Date: Thu, 30 Apr 2015 22:17:04 +0100 Subject: [PATCH 2/2] Remove .virtualenv from Haskell.gitignore The file name was incorrect, so it was having no effect. Also, the sandbox environment that this was supposed to be ignoring is deprecated. Probably best to just drop it entirely. --- Haskell.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Haskell.gitignore b/Haskell.gitignore index 7808ac52..48fe6f3e 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -6,7 +6,6 @@ cabal-dev *.chs.h *.dyn_o *.dyn_hi -.virthualenv .hpc .hsenv .cabal-sandbox/