mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-06 21:00:21 +01:00
Android: Ignore some generated files.
/obj/ is used by ndk debugging (gdb) in some scenarios.
This commit is contained in:
parent
f151f5ed23
commit
86ebe3916e
1 changed files with 7 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
Reference in a new issue