From 809a4a77a5a26b3dfc12ec64c587a1ec3a496b4c Mon Sep 17 00:00:00 2001 From: Aditya Siram Date: Tue, 23 Apr 2019 07:39:14 -0500 Subject: [PATCH] Ignore nimble test packages some generated files. (#11087) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 9de4569bfd..1da7348fdd 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,8 @@ xcuserdata/ /compiler/nim.dot /reject.json /run.json +*.json +/pkgstemp/**/* # for `nim doc foo.nim` /*.html lib/**/*.html @@ -59,6 +61,8 @@ lib/**/*.html /testresults.json testament.db +/tests/**/*.json +/tests/**/*.js /csources dist/