You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2017/07/02 09:59:02 UTC

[3/3] ant-ivyde git commit: ignore generated artifacts

ignore generated artifacts


Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/45d03bab
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/45d03bab
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/45d03bab

Branch: refs/heads/master
Commit: 45d03bab820ae47f71954822956ad4f744657e99
Parents: 1cea44d
Author: Nicolas Lalevée <ni...@hibnet.org>
Authored: Sun Jul 2 11:58:53 2017 +0200
Committer: Nicolas Lalevée <ni...@hibnet.org>
Committed: Sun Jul 2 11:58:53 2017 +0200

----------------------------------------------------------------------
 .gitignore | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/45d03bab/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index aa979a8..ed99a9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,9 +19,10 @@ test/cache-fakerepo
 test/cache-sshrepo
 test/jetty-webapp/webapp/WEB-INF/classes
 test/ivy-user-dir/ivyuserdir/cache
-doc/style/
-doc/xooki/
 doc/sample/webapp-js-repo/webapp/bin
 .DS_Store
 .idea
 *.iml
+checkstyle/report
+dist
+doc/src/sample/webapp-js-repo.zip
\ No newline at end of file