diff options
author | Adam Spragg <adam@spra.gg> | 2022-12-09 13:16:47 +0000 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2022-12-09 13:16:47 +0000 |
commit | a337420cd583c13c87d56f2679b10d7d1375b70a (patch) | |
tree | 5b7921657a6b00fbd6f923509f93b8ebb19f59c8 | |
parent | b5bd19264a217b1dd68b022f4c80568810b3f9c4 (diff) |
Ignore .test files
Allows me to save the test input as a .test file without getting nagged
by git.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1 +1,2 @@ +*.test bin |