diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ *.o a.out +__pycache__ haskell/* !haskell/*.hs +haskell/wip/ +!haskell/wip/*.hs |
![]() |
index : project_euler.git | |
| My solutions to the project euler problems |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 3 |
@@ -1,4 +1,7 @@ *.o a.out +__pycache__ haskell/* !haskell/*.hs +haskell/wip/ +!haskell/wip/*.hs |