From 1e6004985a5faf8273e62479d870b9723889f922 Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 5 Aug 2025 22:24:46 +0200 Subject: .gitignore all files starting with . and all input/output files Signed-off-by: Mel --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 80e8eae..108e437 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ +.*/ build/ -.direnv/ -.idea -.vscode -input.csk \ No newline at end of file +input* +output* -- cgit 1.4.1