diff options
author | Brendan Forster <brendan@github.com> | 2015-07-31 09:30:16 +0930 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2015-07-31 09:30:16 +0930 |
commit | 92fe23112d1863d526651434169928ea0b61b853 (patch) | |
tree | e0503653cfb7c699dc964cb0c204057cee9a7643 | |
parent | eb3cce31df275022e50fdb31cf39ddbcc946c43a (diff) | |
parent | 297b78cea6e3d3ee1f2e41e5c120b0dcf6cdfe97 (diff) | |
download | gitignore-92fe23112d1863d526651434169928ea0b61b853.tar.gz gitignore-92fe23112d1863d526651434169928ea0b61b853.zip |
Merge pull request #1370 from SamWhited/patch-2
Update Android.gitignore to include Android Studio nav temp files
-rw-r--r-- | Android.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.gitignore b/Android.gitignore index 9068cd01..94eb0fb1 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -24,3 +24,6 @@ proguard/ # Log Files *.log + +# Android Studio Navigation editor temp files +.navigation/ |