diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2018-08-04 09:12:35 -0700 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-08-04 18:12:35 +0200 |
commit | 8d2953e8051fb623edccb7ad2946d079f3655e95 (patch) | |
tree | 7770a6106b4df1020d45b48a81632057758badef | |
parent | e6738ba9d9f7b1221320a1fe49e6abba236b07a0 (diff) | |
download | Nim-8d2953e8051fb623edccb7ad2946d079f3655e95.tar.gz |
gitignore test.ini, generated by ./koch tests (#8529)
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index fc090130b..f2037c1b8 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 |