1
0
mirror of https://github.com/github/gitignore synced 2024-06-07 13:17:58 +02:00

Ignore .virthualenv not .virtualenv

This change was introduced in 3bb4e51184, 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
This commit is contained in:
Abizer Nasir 2015-04-03 19:28:49 +01:00
parent 62d6528cb1
commit 3ee1463b11

View File

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