9579b4692b
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).
19 lines
181 B
Plaintext
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-*
|