From 30b6742ab871f392b2a92c2f635dec3e110d93f2 Mon Sep 17 00:00:00 2001 From: Stephan Saalfeld Date: Mon, 19 Jun 2017 11:22:51 -0400 Subject: [PATCH] added eclipse project files to .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a6d45a98..f60441e5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,8 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* -/target/ \ No newline at end of file +/target/ + +.classpath +.project +.settings