mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Merge pull request #1625 from unknownbrackets/android-minor
Android: Ignore some generated files
This commit is contained in:
commit
f9ba7a0fb2
2 changed files with 9 additions and 2 deletions
9
Source/Android/.gitignore
vendored
9
Source/Android/.gitignore
vendored
|
@ -9,8 +9,13 @@
|
|||
*.class
|
||||
|
||||
# generated files
|
||||
bin/
|
||||
gen/
|
||||
/bin/
|
||||
/gen/
|
||||
/libs/
|
||||
/obj/
|
||||
|
||||
# Copied by cmake
|
||||
/assets/
|
||||
|
||||
# Local configuration file (sdk path, etc)
|
||||
local.properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue