From 45cc7272633f9275426f4e00f9e62907bd2af2ed Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 18 Jun 2020 12:25:47 -0400 Subject: [PATCH] ignore cabal.project.local~ cabal creates this if it overwrites the file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1423cea0cc..23136f6625 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ html dist dist-newstyle cabal.project.local +cabal.project.local~ result # Sandboxed builds cabal-dev