mirror of
https://github.com/github/gitignore
synced 2024-12-02 16:35:44 +01:00
Ignore files generated by cabal sandbox
http://hackage.haskell.org/trac/hackage/wiki/PackageEnvironments#sandboxcommand
This commit is contained in:
parent
6c75292e1e
commit
1c81b9cc9e
@ -5,3 +5,6 @@ cabal-dev
|
|||||||
*.chi
|
*.chi
|
||||||
*.chs.h
|
*.chs.h
|
||||||
.virthualenv
|
.virthualenv
|
||||||
|
.cabal-sandbox
|
||||||
|
cabal.sandbox.config
|
||||||
|
cabal.config
|
||||||
|
Loading…
Reference in New Issue
Block a user