mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
Merge pull request #1625 from unknownbrackets/android-minor
Android: Ignore some generated files
This commit is contained in:
commit
f9ba7a0fb2
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,6 +8,8 @@ Source/Core/Common/scmrev.h
|
||||
/[Bb]uild*/
|
||||
/[Bb]inary/
|
||||
/obj/
|
||||
# Android cmake builds to here then copies to Source/Android.
|
||||
/libs/
|
||||
# Ignore various files created by visual studio/msbuild
|
||||
*.ipch
|
||||
*.opensdf
|
||||
|
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…
x
Reference in New Issue
Block a user