termux-app/.gitignore

35 lines
475 B
Plaintext
Raw Normal View History

2015-10-25 14:27:32 +00:00
# From https://gist.github.com/iainconnor/8605514
# with the addition of the /captures below.
/captures
# Built application files
2015-10-25 15:40:20 +00:00
build/
2015-11-24 16:31:32 +00:00
*.apk
2016-02-09 10:33:57 +00:00
*.so
.externalNativeBuild
2015-10-25 14:27:32 +00:00
# Crashlytics configuations
com_crashlytics_export_strings.xml
# Local configuration file (sdk path, etc)
local.properties
# Gradle generated files
.gradle/
# Signing files
.signing/
2018-09-28 22:22:22 +00:00
# Intellij
.idea/
2015-10-25 14:27:32 +00:00
*.iml
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db