From ef5f315a1a3491036c8afd762824644fc45f3a4e Mon Sep 17 00:00:00 2001 From: azahi Date: Mon, 15 Oct 2018 21:59:19 +0300 Subject: Allow building via `xmonad --recompile` Add build executable with `cabal new-build` to be able to build xmonad-arch-os Include new temporary and residual files in .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f11ea6a..30d2479 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,12 @@ +*.hi +*.o .cabal-sandbox/ +.ghc.* .stack-work/ +cabal.project.* cabal.sandbox.config +dist-newstyle/ dist/ prompt-history +xmonad-*-* +xmonad.errors -- cgit 1.4.1