gitignore and makefile for building with cabal and make
makefile should also delete cabal generated files on cleanup so they could be used interchangably. ensure that all generated files are ignored as recommended by bese practices.
This commit is contained in:
parent
b9f7f82e29
commit
d6b903e6cc
|
@ -0,0 +1,6 @@
|
|||
*.hi
|
||||
*.o
|
||||
.tests
|
||||
jsoncheck
|
||||
shellcheck
|
||||
dist
|
Loading…
Reference in New Issue