diff options
author | Ricky Elrod <ricky@elrod.me> | 2014-02-24 03:07:48 -0500 |
---|---|---|
committer | Ricky Elrod <ricky@elrod.me> | 2014-02-27 20:24:54 -0500 |
commit | 3bb4e51184066f5cf60daa029c31e7f52398353b (patch) | |
tree | 9f06c39276339c47d5637e1f329ef73afdafe320 /Haskell.gitignore | |
parent | 2544a6b71027a1832e01f5c7f78bdfcea727f4ec (diff) | |
download | gitignore-3bb4e51184066f5cf60daa029c31e7f52398353b.tar.gz gitignore-3bb4e51184066f5cf60daa029c31e7f52398353b.zip |
Fix typo in haskell gitignore
Diffstat (limited to 'Haskell.gitignore')
-rw-r--r-- | Haskell.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Haskell.gitignore b/Haskell.gitignore index cc143076..01e585ae 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -4,7 +4,7 @@ cabal-dev *.hi *.chi *.chs.h -.virthualenv +.virtualenv .hsenv .cabal-sandbox/ cabal.sandbox.config |