Updated Branches: refs/heads/master 313618a0b -> 56a9ccbed
Adds log files 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/56a9ccbe Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/56a9ccbe Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/56a9ccbe Branch: refs/heads/master Commit: 56a9ccbed2512c597076a3100481dfd2b39de3ce Parents: 313618a Author: Yuri Zelikov <[email protected]> Authored: Fri Jan 17 22:35:38 2014 +0200 Committer: Yuri Zelikov <[email protected]> Committed: Fri Jan 17 22:35:38 2014 +0200 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/56a9ccbe/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index ad44fe5..770e142 100755 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /gwt-unitCache war/WEB-INF *.old +*.log*
