From 5d3dfe2d636f7ad8b345f2d9f9e7f385691c3498 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 8 Apr 2015 11:29:22 +0900 Subject: [PATCH] Add bin folder to .gitignore In Eclipse preferences under the Team -> Git -> Project section, if the "Automatically ignore derived resources by adding them to .gitignore" option is enabled (which is the default), Eclipse will automatically add "/bin/" to the .gitignore file. Update the .gitignore file with this change to prevent Eclipse from causing unexpected modified files in the git status. Change-Id: I0cce9dd40183ff93b01cd0b45c383607d48d1af1 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c30cee65d1..f2cb8391df 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /gwt-unitCache *.swp *.asc +/bin/