Merge pull request #8404 from JosJuice/gitignore-cxx

Add /Source/Android/app/.cxx/ to .gitignore
This commit is contained in:
Mat M 2019-10-14 14:14:10 -04:00 committed by GitHub
commit 3beb371cc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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