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:
parent
86ebe3916e
commit
43d48809c4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue