From d2778e05f5832502fe5a742bd4804a541447b508 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 4 Sep 2019 04:42:56 -0700 Subject: [PATCH] Ignore .cxx Summary: Seems to be a new thing from the Android Build system and it's quite annoying. Reviewed By: jknoxville Differential Revision: D17163339 fbshipit-source-id: 938264d301e7546a4a6e3276e91184ab5498a833 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 780b213f7..0d083e7bc 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ local.properties **/.classpath android/*/bin/**/*.class libs/*/bin/**/*.class +.cxx # Mac OS X *.DS_Store