Repository: incubator-freemarker Updated Branches: refs/heads/3 69010cfbc -> 4295e2479
(Gitignore improvement) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/4295e247 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/4295e247 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/4295e247 Branch: refs/heads/3 Commit: 4295e24799e30122fcf97cb1c7bc9ed6fea63094 Parents: 69010cf Author: ddekany <[email protected]> Authored: Mon Jul 24 20:01:46 2017 +0200 Committer: ddekany <[email protected]> Committed: Mon Jul 24 20:01:46 2017 +0200 ---------------------------------------------------------------------- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/4295e247/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 955d490..0d9f1d4 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,7 @@ *.iws *.ipr .idea_modules/ -/out/ +**/out/ *.tmp *.bak
