From 7677e5608ffdfd4109fdefa8181c297a74b0fcd6 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Mon, 14 Oct 2019 18:25:01 +0200 Subject: [PATCH] Add /Source/Android/app/.cxx/ to .gitignore Recent versions of Android Studio seem to put stuff here. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 881a3cb9ee..be2c9e71f5 100644 --- a/.gitignore +++ b/.gitignore @@ -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