diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2017-11-28 20:04:15 -0500 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2017-11-29 12:04:15 +1100 |
commit | d9679b982edc23254f8e546869041a0da55125e0 (patch) | |
tree | 3fe6542e200842eb3e4a754086d11166d880eed5 | |
parent | c84ba706520c6163e42177c2d493ce9b91fdd2d4 (diff) | |
download | gitignore-d9679b982edc23254f8e546869041a0da55125e0.tar.gz gitignore-d9679b982edc23254f8e546869041a0da55125e0.zip |
Add cabal.project.local~ to Haskell.gitignore (#2479)
-rw-r--r-- | Haskell.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Haskell.gitignore b/Haskell.gitignore index eee88b2f..82f3a88e 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -17,5 +17,6 @@ cabal.sandbox.config *.eventlog .stack-work/ cabal.project.local +cabal.project.local~ .HTF/ .ghc.environment.* |