diff --git a/visp/examples/aoc2021/.gitignore b/visp/examples/aoc2021/.gitignore new file mode 100644 index 0000000..9655069 --- /dev/null +++ b/visp/examples/aoc2021/.gitignore @@ -0,0 +1,2 @@ +inputs/*.txt +!inputs/*example.txt diff --git a/visp/examples/aoc2022/.gitignore b/visp/examples/aoc2022/.gitignore new file mode 100644 index 0000000..9655069 --- /dev/null +++ b/visp/examples/aoc2022/.gitignore @@ -0,0 +1,2 @@ +inputs/*.txt +!inputs/*example.txt