Skip to content

Commit 0a46f1b

Browse files
committed
gitignore: track small inputs
1 parent 240e6c9 commit 0a46f1b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
session
22
scratch
33
*.html
4-
**/input
4+
**/input/*
5+
!**/input/*small.txt
56

67
dist
78
dist-*

Y2024/input/day-7-small.txt

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
190: 10 19
2+
3267: 81 40 27
3+
83: 17 5
4+
156: 15 6
5+
7290: 6 8 6 15
6+
161011: 16 10 13
7+
192: 17 8 14
8+
21037: 9 7 18 13
9+
292: 11 6 16 20

0 commit comments

Comments
 (0)