From 040421af77a37a1c9861de480e83e0e3a7d5a87b Mon Sep 17 00:00:00 2001 From: Lance5057 Date: Fri, 6 Feb 2015 06:49:09 -0600 Subject: Bin folder is now being ignored --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 99f3fa5..4752de6 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,6 @@ $RECYCLE.BIN/ # Exclude eclipse build folder /eclipse/* + +#Exclude bin folder +/bin/* -- cgit v1.2.3