diff options
author | Azat Bahawi <azahi@teknik.io> | 2020-01-12 17:57:07 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2020-01-12 17:57:07 +0300 |
commit | fc3ece0b1a0ab6bca8d2e8ee44518981de2cfdd1 (patch) | |
tree | ce98e88cf767f0cc352ae07423aabfa47185e541 /.gitignore | |
parent | Happy New Year (diff) |
Minor fixes to keybinds and scripts
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 2df3963..3d10d27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,15 @@ *.hi *.o .cabal-sandbox/ -.ghc.* +.ghc.environment.* .hdevtools.* .stack-work/ -cabal.project.* +cabal.project.local +cabal.project.local~ cabal.sandbox.config dist-newstyle/ dist/ prompt-history +stack.yaml.lock xmonad-*-* xmonad.errors |