1
0
Fork 0

Hide all files, add to clean script

main
Bill Ewanick 2023-09-19 15:42:44 -04:00
parent 0ab298bb66
commit 970c584d0a
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -13,3 +13,6 @@
# Haskell IR files
*.hi
*.o
# Graphing images created with Cairo
*.png

View File

@ -65,7 +65,7 @@
find . -type f -name '*.o' -delete
# Delete any test graphs created
find . -type f -name 'test.png' -delete
find . -type f -name '*.png' -delete
'';
in
pkgs.mkShell {