mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Add a bunch of gradle/AS related stuff to gitignore.
This commit is contained in:
parent
a546ef3276
commit
33f848c78c
41
Source/Android/.gitignore
vendored
41
Source/Android/.gitignore
vendored
@ -1,7 +1,34 @@
|
|||||||
gen
|
# built application files
|
||||||
obj
|
*.apk
|
||||||
#ui_atlas.zim
|
*.ap_
|
||||||
ui_atlas.zim.png
|
|
||||||
#assets/ui_atlas.zim
|
# files for the dex VM
|
||||||
#jni/ui_atlas.cpp
|
*.dex
|
||||||
#jni/ui_atlas.h
|
|
||||||
|
# Java class files
|
||||||
|
*.class
|
||||||
|
|
||||||
|
# generated files
|
||||||
|
bin/
|
||||||
|
gen/
|
||||||
|
|
||||||
|
# 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
|
||||||
|
gradle/
|
||||||
|
Loading…
Reference in New Issue
Block a user