Skip to content

Instantly share code, notes, and snippets.

@blog1729
Created May 9, 2015 07:10
Show Gist options
  • Select an option

  • Save blog1729/a40e428111659f5d2229 to your computer and use it in GitHub Desktop.

Select an option

Save blog1729/a40e428111659f5d2229 to your computer and use it in GitHub Desktop.
Git ignore for Haskell
# Ignore everything
*
# But not these files
!.gitignore
!*.hs
# Even if they are in subdirectories
!*/
@blog1729
Copy link
Author

blog1729 commented May 9, 2015

Thanks to StackOverflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment