mirror of
https://github.com/libretro/dolphin
synced 2024-11-04 12:33:53 -05:00
42 lines
440 B
Plaintext
42 lines
440 B
Plaintext
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
/bin/
|
|
/gen/
|
|
/libs/
|
|
/obj/
|
|
|
|
# Copied by cmake
|
|
*/*/*/assets/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Eclipse project files
|
|
.classpath
|
|
.project
|
|
|
|
# Android Studio
|
|
/*/local.properties
|
|
/*/out
|
|
/*/*/build
|
|
/*/*/production
|
|
*.iws
|
|
*~
|
|
*.swp
|
|
workspace.xml
|
|
tasks.xml
|
|
.gradle/*
|
|
.idea
|
|
build/
|
|
*.so
|
|
*.iml
|
|
build.properties |