Auxio/.gitignore
Alexander Capehart 399942e7e5
deps: move exoplayer build into gradle/submodules
Move the ExoPlayer build process into gradle by leveraging some shell
scripting and submodule magic.

This more or less kills all windows compatibility, but that is fine.
Who even develops on windows?
2023-02-13 21:40:17 -07:00

15 lines
129 B
Text

# Gradle
.gradle
local.properties
build/
release/
# Studio
.idea/
.DS_Store/
captures/
# Other
.externalNativeBuild
*.iml
.cxx