Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-08-28 14:35:45 +0000
committerJesse McConnell2012-08-28 14:35:45 +0000
commit79861eaa05f897314079c1d5bd79f6f3ae6106a0 (patch)
treec539afc9e8644b0e82f45b840b345719850d0420 /jetty-maven-plugin/.gitignore
parentf96576fddaff1d011d4bbe9c534ecd4498ecbd83 (diff)
downloadorg.eclipse.jetty.project-79861eaa05f897314079c1d5bd79f6f3ae6106a0.tar.gz
org.eclipse.jetty.project-79861eaa05f897314079c1d5bd79f6f3ae6106a0.tar.xz
org.eclipse.jetty.project-79861eaa05f897314079c1d5bd79f6f3ae6106a0.zip
adding in jetty-maven-plugin
Diffstat (limited to 'jetty-maven-plugin/.gitignore')
-rw-r--r--jetty-maven-plugin/.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/jetty-maven-plugin/.gitignore b/jetty-maven-plugin/.gitignore
new file mode 100644
index 0000000000..929d903c7d
--- /dev/null
+++ b/jetty-maven-plugin/.gitignore
@@ -0,0 +1,5 @@
+.classpath
+.project
+.settings
+target
+*.swp

Back to the top