From 0b0181f35cdf119c132bb2cad043462932053277 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 27 Jul 2019 16:42:46 -0400 Subject: [PATCH] Ignore .cxx directory --- moonlight-common/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/moonlight-common/.gitignore b/moonlight-common/.gitignore index 0de3d730..596aaf32 100644 --- a/moonlight-common/.gitignore +++ b/moonlight-common/.gitignore @@ -1,3 +1,4 @@ /build *.iml .externalNativeBuild/ +.cxx/ \ No newline at end of file