aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore16
1 files changed, 15 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 81bd5106f..a4252e9db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,12 @@
-*
+/*.*
+/build-artifacts*
+/dist-newstyle
+/dist
+/.stack-work
+/ctags
+/LOG
+/TAGS
+/bench-*
!.circleci/**
!.editorconfig
!.gitattributes
@@ -41,3 +49,9 @@
!trypandoc/**
!windows/**
*.bkp
+*.orig
+*.o
+*.hi
+*.dyn_o
+*.dyn_hi
+*~