aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-08-18 10:39:20 +0200
committerCharles <sircharlesaze@gmail.com>2019-08-18 10:39:20 +0200
commit1580cc33b6ff198e66b15aab797318618bb83161 (patch)
tree96191b674017f0628dd7068ead1fe337f993d44e /.gitignore
parent3ffc76713f6db4c33f20588ce6896ea3c2bae2a7 (diff)
downloadproject_euler-1580cc33b6ff198e66b15aab797318618bb83161.tar.gz
project_euler-1580cc33b6ff198e66b15aab797318618bb83161.tar.bz2
project_euler-1580cc33b6ff198e66b15aab797318618bb83161.zip
haskell problem 63 (brute force)
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
+