Android: also ignore the libs left on the root.

Although, I don't really see why they are put here, outside the build dir.
This commit is contained in:
Unknown W. Brackets 2014-11-30 23:01:00 -08:00
parent 86ebe3916e
commit 43d48809c4
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

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