Add .exe to Haskell.gitignore

ghc procudes .exe files which should be ignored in source control
This commit is contained in:
atlasyonatan 2023-12-01 22:13:24 +02:00 committed by GitHub
parent 4488915eec
commit 57e10b64fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
dist
dist-*
cabal-dev
*.exe
*.o
*.hi
*.hie