aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index cf793cd..e3e5bdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,12 @@
*.o
a.out
__pycache__
+# haskell/**/*
+# !haskell/**/*.hs
+
haskell/*
!haskell/*.hs
-haskell/wip/
+!haskell/wip
+haskell/wip/*
!haskell/wip/*.hs
+