Updated .gitignore to ignore project-related files used by individual developers. Currently ignores intellij IDEA and eclipse project files

This commit is contained in:
Lothy 2011-04-27 14:43:49 +10:00
parent 3b15f42779
commit 8f3da11c27

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
.classpath
.project
*.jar
*.ipr
*.iws
*.iml