advent-of-code

Perserverance, or the lack thereof

git clone git://git.shimmy1996.com/advent-of-code.git
commit a926c55822dd17a127f16265bce6da27480fd0b2
parent fae0d4d6c64ad638202b5d483a0a9bdbda636950
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Mon,  2 Dec 2019 08:52:20 -0500

Add gitignore

Diffstat:
A.gitignore | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1,11 @@
+*
+
+!.gitignore
+!README.org
+
+!day-*/
+!day-*/*.cc
+!day-*/*.jl
+!day-*/*.rs
+!day-*/Makefile
+!day-*/input.txt+
\ No newline at end of file