summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrfeas <38209077+0xfea5@users.noreply.github.com>2025-09-02 04:30:53 +0300
committerOrfeas <38209077+0xfea5@users.noreply.github.com>2025-09-02 04:30:53 +0300
commit3c5af8fdd26c9b42097999d4f9cb0dbe66987de0 (patch)
tree58bfcd378d44eed108d48804420d9ba31663ddf6
parentday04: done (diff)
downloadaoc24-3c5af8fdd26c9b42097999d4f9cb0dbe66987de0.tar.gz
aoc24-3c5af8fdd26c9b42097999d4f9cb0dbe66987de0.zip
.gitignore: ignore input.txt files
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2cd9f1f..74f3f32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@ solution
2compile_commands.json 2compile_commands.json
3.cache 3.cache
4cookie 4cookie
5*.out \ No newline at end of file 5*.out
6input.txt \ No newline at end of file