Adding top level .gitignore for those of us using git-svn (which doesn't use svn:ignore)

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@624 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Joakim Erdfelt 2009-08-03 20:31:19 +00:00
parent 6e4f53cc3d
commit 1ed9f2507c
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
target/
.classpath
.project
.settings
*/src/main/java/META-INF/
*.log
*.swp
*.diff
*.patch