From 8d2953e8051fb623edccb7ad2946d079f3655e95 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Sat, 4 Aug 2018 09:12:35 -0700 Subject: [PATCH] gitignore test.ini, generated by ./koch tests (#8529) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fc090130bb..f2037c1b83 100644 --- a/.gitignore +++ b/.gitignore @@ -58,6 +58,7 @@ dist/ .*/ ~* -# testament cruft +# testament cruft; TODO: generate these in a gitignore'd dir in the first place. testresults/ test.txt +/test.ini