diff options
author | alexwl <alexey.a.kiryushin@gmail.com> | 2018-10-02 13:17:04 +0300 |
---|---|---|
committer | alexwl <alexey.a.kiryushin@gmail.com> | 2018-10-02 13:17:04 +0300 |
commit | cf2c56c7061b7ed40fdd3b40a352ddb9c9b7371f (patch) | |
tree | b1de9ada0f1b1cb064e3a9e0d4042d1f519085bd /test/test-package/.gitignore |
Initial commit
Diffstat (limited to 'test/test-package/.gitignore')
-rw-r--r-- | test/test-package/.gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/test-package/.gitignore b/test/test-package/.gitignore new file mode 100644 index 0000000..e03043b --- /dev/null +++ b/test/test-package/.gitignore @@ -0,0 +1,12 @@ +dist +dist-* +.stack-work/ +.haskell-code-explorer/ +.cabal-sandbox/ +cabal.sandbox.config +cabal.config +log/ +tmp/ +TAGS +\#*\# +.\#* |