From f8a3db6b99b7c309075d0acbcaf5fbe9f16fb7e7 Mon Sep 17 00:00:00 2001 From: Phlosioneer Date: Wed, 26 Aug 2020 02:03:16 -0400 Subject: [PATCH] Update Eclipse section of gitignore The various /bin directories were out of date --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1a50ef27f2..543197c2f8 100644 --- a/.gitignore +++ b/.gitignore @@ -79,9 +79,11 @@ com_crashlytics_export_strings.xml /android/bin/ /core/bin/ /desktop/bin/ -/html/bin/ /ios/bin/ -/ios-moe/bin/ +/annotations/bin/ +/server/bin/ +/tests/bin/ +/tools/bin/ *.tmp *.bak *.swp