termux-app/.gitignore

36 lines
436 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/
2021-07-08 03:28:31 +00:00
release/
2015-11-24 16:31:32 +00:00
*.apk
2016-02-09 10:33:57 +00:00
*.so
.externalNativeBuild
2019-10-13 18:48:09 +00:00
.cxx
*.zip
2015-10-25 14:27:32 +00:00
# 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
2018-11-17 22:26:26 +00:00
.swp
2015-10-25 14:27:32 +00:00
ehthumbs.db
Thumbs.db