gitignore: ignore .test and .json files

The .test files are generated by some makefile rules and should
never be checked in.
There's also no reason to track json files which may be generated
by running tools.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2020-05-13 10:58:54 -04:00 committed by Niels de Vos
parent e2a78eec02
commit 9a621942f3
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
.build-docker
*.swp
*.out
*.test
*.json