ekmett / exceptions

mtl friendly exceptions
Other
49 stars 32 forks source link

gitignore: Ignore GHC-generated files #76

Closed bgamari closed 4 years ago

bgamari commented 4 years ago

Ignore files generated by the GHC build system.

RyanGlScott commented 4 years ago

Don't we need to add dist-boot and dist-install as well?

Also, this needs to be rebased on top of the latest master.

EDIT: Never mind about dist-bootexceptions is a stage-1 library, not stage-0, and thus does not require creating a dist-boot directory.

RyanGlScott commented 4 years ago

This still doesn't appear to be based on top of ed98b644973430e26b93a4d12f75ad963c7afd20.

bgamari commented 4 years ago

Fixed.