diff options
author | cos <cos> | 2020-12-01 08:49:34 +0100 |
---|---|---|
committer | cos <cos> | 2020-12-01 11:41:29 +0100 |
commit | 7b0a1642a13077d5931469d6281ea20a98ec0ace (patch) | |
tree | bea6d9125f996332af0885741495a130c254bc71 /.gitignore | |
parent | 2dee27ef7a77b0806c8a3142a191c19bb827d000 (diff) | |
download | adventofcode-7b0a1642a13077d5931469d6281ea20a98ec0ace.zip |
Initial addition of support scripts
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..fa8d85a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +Cargo.lock +target |