logic/.gitignore
hi dff5b9f365 cabal
only doing this because Data.Set is not in the stdlib
2025-08-15 13:10:36 +00:00

23 lines
224 B
Text

# binaries
*
# compilation intermediate files
*.hi
*.ho
# vim generates these
*.swp
*.swo
# include directories
!*/
# include files with an extension
!*.*
# special cases
!Makefile
# cabal
.cabal-build/
dist-newstyle/