From 4ba5b8b5ecfb64ec0dbcddeb862187be6861bea1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 26 Apr 2018 12:33:44 +0200 Subject: [PATCH] ignore index files generated as part of manual testing it is quite useful to run `../fdroid update --pretty` directly in tests/ --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b92ef773..be36e374 100644 --- a/.gitignore +++ b/.gitignore @@ -36,9 +36,12 @@ makebuildserver.config.py /tests/archive/categories.txt /tests/archive/icons* /tests/archive/index.jar +/tests/archive/index_unsigned.jar /tests/archive/index.xml /tests/archive/index-v1.jar +/tests/archive/index-v1.json /tests/repo/index.jar +/tests/repo/index_unsigned.jar /tests/repo/index-v1.jar /tests/repo/info.guardianproject.urzip/ /tests/repo/info.guardianproject.checkey/en-US/phoneScreenshots/checkey-phone.png