aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Woodworth <[email protected]>2012-12-07 21:12:49 -0800
committerPatrick Woodworth <[email protected]>2012-12-07 21:12:49 -0800
commit9bf77befdd3a8871cc8ed2c4de561095f2d4958c (patch)
treec3b21340ff54c797c8d76722b958faeb302deaee
parent74c9f6971d808ba5eb27540930f62666a7f8ea78 (diff)
More ignores and cleans.
-rw-r--r--.gitignore4
-rw-r--r--pom.xml2
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7752674..c8513df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,8 @@ build/
dist/
target/
Jake2-cvs-install.jar
+jake2-cvs.tar.gz
+jake2-cvs.zip
+jake2src-cvs.tar.gz
+jake2src-cvs.zip
*.iml
diff --git a/pom.xml b/pom.xml
index 741eb76..a2aabda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,6 +128,8 @@
<include>build/**</include>
<include>dist/**</include>
<include>Jake2-cvs-install.jar</include>
+ <include>jake2-cvs.*</include>
+ <include>jake2src-cvs.*</include>
</includes>
</fileset>
</filesets>