mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
ignore index files generated as part of manual testing
it is quite useful to run `../fdroid update --pretty` directly in tests/
This commit is contained in:
parent
74c6555c71
commit
4ba5b8b5ec
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -36,9 +36,12 @@ makebuildserver.config.py
|
||||||
/tests/archive/categories.txt
|
/tests/archive/categories.txt
|
||||||
/tests/archive/icons*
|
/tests/archive/icons*
|
||||||
/tests/archive/index.jar
|
/tests/archive/index.jar
|
||||||
|
/tests/archive/index_unsigned.jar
|
||||||
/tests/archive/index.xml
|
/tests/archive/index.xml
|
||||||
/tests/archive/index-v1.jar
|
/tests/archive/index-v1.jar
|
||||||
|
/tests/archive/index-v1.json
|
||||||
/tests/repo/index.jar
|
/tests/repo/index.jar
|
||||||
|
/tests/repo/index_unsigned.jar
|
||||||
/tests/repo/index-v1.jar
|
/tests/repo/index-v1.jar
|
||||||
/tests/repo/info.guardianproject.urzip/
|
/tests/repo/info.guardianproject.urzip/
|
||||||
/tests/repo/info.guardianproject.checkey/en-US/phoneScreenshots/checkey-phone.png
|
/tests/repo/info.guardianproject.checkey/en-US/phoneScreenshots/checkey-phone.png
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue