adding IDEs configurations to .gitignore

This commit is contained in:
Ivan Sopov 2013-09-02 09:40:49 +03:00
parent b0c33771f0
commit 4905940ea8
1 changed files with 18 additions and 1 deletions

19
.gitignore vendored
View File

@ -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
*~