diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-12-05 09:45:42 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-12-05 09:45:42 -0500 |
commit | 4f63f785fa9f8eecea846c9b75d7f63453041ef2 (patch) | |
tree | b2f0a2d8c16bf07eb0ae658df224e0b24db9873d /.gitignore | |
parent | 136b7866f04dce5642cd4344fdbbf7dfede4a994 (diff) |
add day 5
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dc15361 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.*.sw* +**/in |