Merge pull request #8404 from JosJuice/gitignore-cxx
Add /Source/Android/app/.cxx/ to .gitignore
This commit is contained in:
commit
3beb371cc9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue