diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-10-24 22:57:16 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-10-24 22:57:16 +0300 |
commit | 463d70153d0704d8f3939a7a4ffb42b9c0464eb2 (patch) | |
tree | e597a14d098185e76f42780d3227b94e4178bd89 /.gitignore | |
parent | Update submodules (diff) |
Nixify and rework package configuration
- Add Nix support - Remove submodules and vendored code - Remove stack support - Various tweaks
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 2 insertions, 6 deletions
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 |