Merge pull request #20 from ecki/topic-ignorebin

.gitignore Eclipse's .project default output bin/ directory.
This commit is contained in:
Scott 2012-10-06 05:37:59 -07:00
commit a708d22469
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
!/.project
.project
.settings
bin
target
*.ipr
*.iml