aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-12-10 22:18:45 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-12-10 22:32:48 +0100
commit2f8ca6c993ff480982051f2f15eb6a7632a9fc3c (patch)
tree1bf4dfaf7bf16ae8fe8563b38f5139f588e9c887
parent48a4707ff39c5d647894330003be4c6176e3ac4c (diff)
downloadaoc-2f8ca6c993ff480982051f2f15eb6a7632a9fc3c.tar.gz
aoc-2f8ca6c993ff480982051f2f15eb6a7632a9fc3c.zip
.gitignore'd inputs and tests from previous years
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 84e360c..27bfcee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
1*/*/*.out 1*/*/*.out
2*/*/*.txt 2*/*/*.txt
3*/*/*.swp 3*/*/*.swp
4*/*/*.png
5*/*/input*
6*/*/test*

Generated with cgit - Back to sebastiano.tronto.net