From 89c4f789c073b4cc49ab61f13d36b3406809a2e0 Mon Sep 17 00:00:00 2001 From: Abizer Nasir Date: Thu, 30 Apr 2015 22:17:04 +0100 Subject: [PATCH] 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/