From 2df9b841187670683a5711c65b6318d8dbba188f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 17 Jun 2015 13:55:17 -0700 Subject: [PATCH] tools: git ignore local.mk, and .stack-work --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6df6242aa..48520a75b 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ cabal.sandbox.config hledger-web/static/tmp/ hledger-web/yesod-devel/ log -Makefile.local +.local.mk /messages *.o old @@ -32,3 +32,4 @@ tt.* ttt.* tttt.* ttttt.* +.stack-work