Updated Branches: refs/heads/master 985cd57fb -> 529f75e8a
Adds gwt-unitCache and war/WEB-INF to .gitignore. Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/529f75e8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/529f75e8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/529f75e8 Branch: refs/heads/master Commit: 529f75e8ac0d289cea8882d322748b8373eba413 Parents: 985cd57 Author: Yuri Zelikov <[email protected]> Authored: Sat Dec 21 08:57:03 2013 +0200 Committer: Yuri Zelikov <[email protected]> Committed: Sat Dec 21 08:57:18 2013 +0200 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/529f75e8/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 91ccd19..fe1dbc9 100755 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ /_indexes /third_party/test/emma/*.jar /third_party/test/junit/*.jar +/gwt-unitCache +war/WEB-INF
