Unify and deduplicate gitignores
This commit is contained in:
parent
2bb4ae6984
commit
faecbd03a0
3
.gitignore
vendored
3
.gitignore
vendored
@ -45,3 +45,6 @@ out
|
||||
# Imported libs
|
||||
extern/*/libs/
|
||||
extern/*/*/libs/
|
||||
|
||||
# Tests
|
||||
junit-report.xml
|
||||
|
33
F-Droid-Privileged/.gitignore
vendored
33
F-Droid-Privileged/.gitignore
vendored
@ -1,33 +0,0 @@
|
||||
#Android specific
|
||||
bin
|
||||
gen
|
||||
obj
|
||||
lint.xml
|
||||
local.properties
|
||||
release.properties
|
||||
ant.properties
|
||||
*.class
|
||||
*.apk
|
||||
|
||||
#Gradle
|
||||
.gradle
|
||||
build
|
||||
gradle.properties
|
||||
|
||||
#Maven
|
||||
target
|
||||
pom.xml.*
|
||||
|
||||
#Eclipse
|
||||
.project
|
||||
.classpath
|
||||
.settings
|
||||
.metadata
|
||||
|
||||
#IntelliJ IDEA
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
#Lint output
|
||||
lint-report.html
|
||||
lint-report_files/*
|
12
F-Droid/test/.gitignore
vendored
12
F-Droid/test/.gitignore
vendored
@ -1,12 +0,0 @@
|
||||
/local.properties
|
||||
/bin/
|
||||
/gen/
|
||||
/build/
|
||||
/.gradle/
|
||||
/build.xml
|
||||
*~
|
||||
/.idea/
|
||||
/*.iml
|
||||
out
|
||||
/.settings/
|
||||
junit-report.xml
|
Loading…
x
Reference in New Issue
Block a user