diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-08-18 10:39:20 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-08-18 10:39:20 +0200 |
| commit | 1580cc33b6ff198e66b15aab797318618bb83161 (patch) | |
| tree | 96191b674017f0628dd7068ead1fe337f993d44e /.gitignore | |
| parent | 3ffc76713f6db4c33f20588ce6896ea3c2bae2a7 (diff) | |
| download | project_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-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ *.o a.out __pycache__ +# haskell/**/* +# !haskell/**/*.hs + haskell/* !haskell/*.hs -haskell/wip/ +!haskell/wip +haskell/wip/* !haskell/wip/*.hs + |
