Add /Source/Android/app/.cxx/ to .gitignore

Recent versions of Android Studio seem to put stuff here.
This commit is contained in:
JosJuice 2019-10-14 18:25:01 +02:00
parent 19ed64122c
commit 7677e5608f

3
.gitignore vendored
View file

@ -8,7 +8,8 @@ Source/Core/Common/scmrev.h
/[Bb]uild*/
/[Bb]inary/
/obj/
# Android cmake builds to here then copies to Source/Android.
# Ignore files output by Android cmake build
/Source/Android/app/.cxx/
/libs/
# Ignore various files created by visual studio/msbuild
*.ipch