From 297b78cea6e3d3ee1f2e41e5c120b0dcf6cdfe97 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Sat, 17 Jan 2015 12:47:39 -0500 Subject: [PATCH] Update Android.gitignore Gitignore the temp files directory generated by Android Studio's navigation editor tool. --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index ccf2efe0..bbf43704 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -25,3 +25,6 @@ proguard/ # Log Files *.log + +# Android Studio Navigation editor temp files +.navigation/