From a337420cd583c13c87d56f2679b10d7d1375b70a Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Fri, 9 Dec 2022 13:16:47 +0000 Subject: Ignore .test files Allows me to save the test input as a .test file without getting nagged by git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ba077a4..3c975c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +*.test bin -- cgit v1.2.1