summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLance5057 <Lance5057@gmail.com>2015-02-06 06:49:09 -0600
committerLance5057 <Lance5057@gmail.com>2015-02-06 06:49:09 -0600
commit040421af77a37a1c9861de480e83e0e3a7d5a87b (patch)
treeac00d371ec264abe8decd960584090cdb4bc590b /.gitignore
parenta7383ab4306123b4f3f6959cf2e71810e390a090 (diff)
Bin folder is now being ignored
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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/*