added .gitignore

This commit is contained in:
Ilkka Seppala 2014-08-10 10:07:18 +03:00
parent fb24bf8c1f
commit fbb9ebd46c
4 changed files with 13 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
target
.metadata
.settings
.classpath
.project
*.class
# Package Files #
*.jar
*.war
*.ear

1
abstract-factory/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target/

1
builder/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target/

1
factory-method/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target/