Browse Source

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
pull/1467/head
Abizer Nasir 9 years ago
parent
commit
3ee1463b11
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Haskell.gitignore

+ 1
- 1
Haskell.gitignore View File

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

Loading…
Cancel
Save