mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
Merge pull request #8404 from JosJuice/gitignore-cxx
Add /Source/Android/app/.cxx/ to .gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,7 +8,8 @@ Source/Core/Common/scmrev.h
|
|||||||
/[Bb]uild*/
|
/[Bb]uild*/
|
||||||
/[Bb]inary/
|
/[Bb]inary/
|
||||||
/obj/
|
/obj/
|
||||||
# Android cmake builds to here then copies to Source/Android.
|
# Ignore files output by Android cmake build
|
||||||
|
/Source/Android/app/.cxx/
|
||||||
/libs/
|
/libs/
|
||||||
# Ignore various files created by visual studio/msbuild
|
# Ignore various files created by visual studio/msbuild
|
||||||
*.ipch
|
*.ipch
|
||||||
|
Reference in New Issue
Block a user