From 3c5af8fdd26c9b42097999d4f9cb0dbe66987de0 Mon Sep 17 00:00:00 2001 From: Orfeas <38209077+0xfea5@users.noreply.github.com> Date: Tue, 2 Sep 2025 04:30:53 +0300 Subject: .gitignore: ignore input.txt files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2cd9f1f..74f3f32 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ solution compile_commands.json .cache cookie -*.out \ No newline at end of file +*.out +input.txt \ No newline at end of file -- cgit v1.2.3