Commit 89c4f789 authored by Abizer Nasir's avatar Abizer Nasir

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.
parent 3ee1463b
...@@ -6,7 +6,6 @@ cabal-dev ...@@ -6,7 +6,6 @@ cabal-dev
*.chs.h *.chs.h
*.dyn_o *.dyn_o
*.dyn_hi *.dyn_hi
.virthualenv
.hpc .hpc
.hsenv .hsenv
.cabal-sandbox/ .cabal-sandbox/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment