From 23f7eb891d44e8680d7a35d1d5bd30776cdf3fcc Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 29 Oct 2016 12:28:47 -0700 Subject: [PATCH] [XMonad] Ignore all .stack-work directories --- dotfiles/xmonad/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/xmonad/.gitignore b/dotfiles/xmonad/.gitignore index 3314e3a4..eb510c84 100644 --- a/dotfiles/xmonad/.gitignore +++ b/dotfiles/xmonad/.gitignore @@ -3,4 +3,4 @@ /xmonad.errors /xmonad.hi /xmonad.o -/.stack-work +/.stack-work*