From 6f1f0df6cf093e23400e92730befe017f6d01be5 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 31 Jan 2018 18:29:48 -0500 Subject: [PATCH] Ignore GHC environment files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 350e4a9..31f9e4c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ dist dist-newstyle -cabal.project.local \ No newline at end of file +cabal.project.local +.ghc.environment.* \ No newline at end of file