From 43d48809c4144f917e9d58c71957dd9f2a144d23 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sun, 30 Nov 2014 23:01:00 -0800 Subject: [PATCH] Android: also ignore the libs left on the root. Although, I don't really see why they are put here, outside the build dir. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) 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