From 4905940ea81d7d3747a3a9f466ee5f2bf496ebd3 Mon Sep 17 00:00:00 2001 From: Ivan Sopov Date: Mon, 2 Sep 2013 09:40:49 +0300 Subject: [PATCH] adding IDEs configurations to .gitignore --- .gitignore | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2f7896d1d..6609025d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,18 @@ -target/ +#Eclipse project files +.classpath +.project +.settings + +#Netbeans project files +nbactions.xml +nb-configuration.xml + +#Maven build folder +target + +#Idea project files +checkstyle.iml +.idea + +#Temp files +*~