diff options
| author | Andreas Källberg <anka.213@gmail.com> | 2020-08-05 19:09:25 +0200 |
|---|---|---|
| committer | Andreas Källberg <anka.213@gmail.com> | 2020-08-05 19:09:25 +0200 |
| commit | 85ab6daaaa6b6db0f4b29b7938e7772cddd518a7 (patch) | |
| tree | 819bb207ac81b143dcdfff8096f0eb465f15172b | |
| parent | e351e7b79a0817410a4a1dcf605923f1e824da6a (diff) | |
Add cabal dist-newtyle to gitignore
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0ee62cfb2..10968810e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.gfo *.pgf dist/ +dist-newstyle/ src/runtime/c/.libs/ src/runtime/c/Makefile src/runtime/c/Makefile.in |
