about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorazahi <azahi@teknik.io>2018-10-15 21:59:19 +0300
committerazahi <azahi@teknik.io>2018-10-15 21:59:19 +0300
commitef5f315a1a3491036c8afd762824644fc45f3a4e (patch)
tree6294e29d767e8ac3888363158d236b8ebe06b441 /.gitignore
parentModify stack/cabal for vendor packages (diff)
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
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

Consider giving Nix/NixOS a try! <3