mirror of
https://github.com/vectras-team/termux-x11.git
synced 2024-11-23 14:49:58 +00:00
f9a9ce3167
* Let Termux:X11 run without sharedUserId="com.termux" Make Termux:X11 start user-defined commands in Termux ($PREFIX/libexec/termux-x11/termux-startx11) Make debug_build.yml build companion package for termux and upload it as an artifact. Update README.md
42 lines
549 B
Plaintext
42 lines
549 B
Plaintext
# From https://gist.github.com/iainconnor/8605514
|
|
# with the addition of the /captures below.
|
|
/captures
|
|
|
|
# Built application files
|
|
build/
|
|
*.apk
|
|
*.so
|
|
.externalNativeBuild
|
|
|
|
# Crashlytics configuations
|
|
com_crashlytics_export_strings.xml
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Gradle generated files
|
|
.gradle/
|
|
|
|
# Signing files
|
|
.signing/
|
|
|
|
# Intellij
|
|
.idea/
|
|
*.iml
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
.swp
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
#files containing github tokens
|
|
github.properties
|
|
|
|
*.cxx
|
|
app/.cxx/*
|