Add .gitignore for dist-newstyle
parent
dda70a959b
commit
9f6ec52471
|
@ -5,7 +5,8 @@
|
||||||
*.hp
|
*.hp
|
||||||
*.ps
|
*.ps
|
||||||
/*.pdf
|
/*.pdf
|
||||||
dist
|
dist/
|
||||||
|
dist-newstyle/
|
||||||
.cabal-sandbox/
|
.cabal-sandbox/
|
||||||
.stack-work/
|
.stack-work/
|
||||||
cabal.sandbox.config
|
cabal.sandbox.config
|
||||||
|
|
Loading…
Reference in New Issue