summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorM Farkas-Dyck <strake888@proton.me>2022-10-21 10:58:41 -0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-11-03 02:00:13 -0400
commitd51bf7bd5f6ca959020e34527d869201a7c8a290 (patch)
tree0eb2edb871fa0bde633c1e7e264e201534290d58 /.gitignore
parent24f4f54f0da3c6af3ad579b9551de481bf35087a (diff)
downloadhaskell-d51bf7bd5f6ca959020e34527d869201a7c8a290.tar.gz
git: ignore HIE files.
Cleans up git status if one sets -fwrite-ide-info in hadrian/ghci.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4b48294870..f9367b9735 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,8 @@ Thumbs.db
*.hi
*.hi-boot
+*.hie
+*.hie-boot
*.o-boot
*.p_o
*.t_o