diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-10 22:18:45 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-10 22:32:48 +0100 |
| commit | 2f8ca6c993ff480982051f2f15eb6a7632a9fc3c (patch) | |
| tree | 1bf4dfaf7bf16ae8fe8563b38f5139f588e9c887 | |
| parent | 48a4707ff39c5d647894330003be4c6176e3ac4c (diff) | |
| download | aoc-2f8ca6c993ff480982051f2f15eb6a7632a9fc3c.tar.gz aoc-2f8ca6c993ff480982051f2f15eb6a7632a9fc3c.zip | |
.gitignore'd inputs and tests from previous years
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1,3 +1,6 @@ | |||
| 1 | */*/*.out | 1 | */*/*.out |
| 2 | */*/*.txt | 2 | */*/*.txt |
| 3 | */*/*.swp | 3 | */*/*.swp |
| 4 | */*/*.png | ||
| 5 | */*/input* | ||
| 6 | */*/test* | ||
