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.
This commit is contained in:
Abizer Nasir 2015-04-30 22:17:04 +01:00
parent 3ee1463b11
commit 89c4f789c0

View File

@ -6,7 +6,6 @@ cabal-dev
*.chs.h
*.dyn_o
*.dyn_hi
.virthualenv
.hpc
.hsenv
.cabal-sandbox/