Change the gitignore file to also include Eclipse specific directories.

.classpath and .project aren't tracked.
This commit is contained in:
Sebastian Hahn 2009-02-11 14:45:19 +01:00
parent d7d91c98a2
commit f3fb817442

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
*.class
*~
.classpath
.project