mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Android: Ignore some generated files.
/obj/ is used by ndk debugging (gdb) in some scenarios.
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user