fdroiddata/.gitignore
Marcus Hoffmann 9579b4692b switch to a single top-level .gitignore
We don't have any special requirements like ignoring specific
wildcards just in a subdirectory, so let's specify all ignore
targets at top-level explicitly.

This makes it easier to see what's ignored at a glance.
As an added benefit it enables effectively searching the repo with
ag (the silver-seearcher).
2017-09-04 14:44:39 +02:00

19 lines
181 B
Plaintext

/config.py
/unsigned/
/repo/
/archive/
/logs/
/tmp/
/builder/
*~
*.pyc
.fdroid*
*.apk
*.jks
/metadata/dump_*
/stats/logs/
/stats/data/
/build/*/
!/build/extlib/
/build/.fdroidvcs-*