diff --git a/.gitignore b/.gitignore index 055294483d..43bce7efc0 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Source/Android/.gitignore b/Source/Android/.gitignore index 199d55ebb4..22225534d3 100644 --- a/Source/Android/.gitignore +++ b/Source/Android/.gitignore @@ -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