diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2017-07-20 08:30:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 08:30:45 -0700 |
commit | cc94cfc7e9dc99655ae4913bc4f3631504605fc0 (patch) | |
tree | 4d9b6d18e3eea77a0fefe9c4ce156f26cd6c578a /Haskell.gitignore | |
parent | 8edb8a95c4c4b3dce71a378aaaf89275510b9cef (diff) | |
download | gitignore-cc94cfc7e9dc99655ae4913bc4f3631504605fc0.tar.gz gitignore-cc94cfc7e9dc99655ae4913bc4f3631504605fc0.zip |
Ignore .ghc.environment.*
Diffstat (limited to 'Haskell.gitignore')
-rw-r--r-- | Haskell.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Haskell.gitignore b/Haskell.gitignore index 450f32ec..eee88b2f 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -18,3 +18,4 @@ cabal.sandbox.config .stack-work/ cabal.project.local .HTF/ +.ghc.environment.* |