diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-11-23 03:19:06 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-11-23 03:19:06 +0300 |
commit | 729e030dd25da2e36fa5a1312b8ecb3415dc1675 (patch) | |
tree | 53166b6c3bd96f860d0a7242353ef9cc7bb1790f /.gitignore | |
parent | Remove tests (diff) |
Huge update
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index aaa160f..b384021 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,5 @@ -*.hi -*.o -.cabal-sandbox/ .direnv/ -.ghc.environment.* +.stack-work/ cabal.project.local -cabal.project.local~ -cabal.sandbox.config dist-newstyle/ -dist/ result |