diff options
author | alyx <alyx@aleteoryx.me> | 2023-11-19 14:55:43 -0500 |
---|---|---|
committer | alyx <alyx@aleteoryx.me> | 2023-11-19 14:55:43 -0500 |
commit | 2d12f6ec2294e36ae090fdd1e10025452ec1a480 (patch) | |
tree | 9467466f8fb7daba9d76a6a956931eba51b5d865 /.gitignore | |
download | adventofcode-2d12f6ec2294e36ae090fdd1e10025452ec1a480.tar.gz adventofcode-2d12f6ec2294e36ae090fdd1e10025452ec1a480.tar.bz2 adventofcode-2d12f6ec2294e36ae090fdd1e10025452ec1a480.zip |
Initial commit, done up to 2015.7
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..7aef303 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +target +*~ |