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:
parent
6e4f53cc3d
commit
1ed9f2507c
|
@ -0,0 +1,9 @@
|
||||||
|
target/
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
*/src/main/java/META-INF/
|
||||||
|
*.log
|
||||||
|
*.swp
|
||||||
|
*.diff
|
||||||
|
*.patch
|
Loading…
Reference in New Issue