From 463d70153d0704d8f3939a7a4ffb42b9c0464eb2 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 24 Oct 2021 22:57:16 +0300 Subject: Nixify and rework package configuration - Add Nix support - Remove submodules and vendored code - Remove stack support - Various tweaks --- .gitignore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3d10d27..aaa160f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,11 @@ *.hi *.o .cabal-sandbox/ +.direnv/ .ghc.environment.* -.hdevtools.* -.stack-work/ cabal.project.local cabal.project.local~ cabal.sandbox.config dist-newstyle/ dist/ -prompt-history -stack.yaml.lock -xmonad-*-* -xmonad.errors +result -- cgit 1.4.1