Browse Source

Add .gitignore

Dave Syer 13 years ago
parent
commit
102a8e6122
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      .gitignore

+ 9
- 0
.gitignore View File

1
+*.sw?
2
+.#*
3
+*#
4
+.classpath
5
+.project
6
+.settings
7
+bin
8
+build
9
+target