Skip to content

Commit db943c4

Browse files
openjckshiftkey
authored andcommitted
Add *.hie to Haskell.gitignore (#3120)
This new file type can be generated by GHC 8.8. https://www.haskell.org/ghc/blog/20190626-HIEFiles.html
1 parent f900e7e commit db943c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Haskell.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ dist-*
33
cabal-dev
44
*.o
55
*.hi
6+
*.hie
67
*.chi
78
*.chs.h
89
*.dyn_o

0 commit comments

Comments
 (0)