From dbfdfe742ce0f5be488fb004745e0572619327dc Mon Sep 17 00:00:00 2001 From: j2blake Date: Tue, 30 Oct 2012 16:25:20 -0400 Subject: [PATCH] Ignore Eclipse artifacts like /bin, .classpath and .project --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..81f88d46 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/bin +/.classpath +/.project