diff options
author | Nat Lasseter <user@4574.co.uk> | 2024-12-02 13:50:18 +0000 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2024-12-02 13:50:18 +0000 |
commit | b975342263995c954354183d69a9d898bd38dc89 (patch) | |
tree | 2938ceb0cb9c47498550b0cc3a870d13eb0c8b67 /.gitignore |
[Day 01] Done
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5315ce1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +day*/* +!day*/*.hs +!day*/*.input +*.sw* |