Repository: incubator-freemarker Updated Branches: refs/heads/3 0b7d96596 -> b63e44880
(Git ignore adjustment) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/ec1501b1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/ec1501b1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/ec1501b1 Branch: refs/heads/3 Commit: ec1501b1e400b0839dcb1ee47290e2c776724ce6 Parents: 0b7d965 Author: ddekany <[email protected]> Authored: Wed Sep 6 14:33:39 2017 +0200 Committer: ddekany <[email protected]> Committed: Wed Sep 6 14:33:39 2017 +0200 ---------------------------------------------------------------------- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/ec1501b1/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 5407d43..700005d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ -**/build/ -/.out/ -/bin/ -/.bin/ -/target/ +build/ +.out/ +bin/ +.bin/ +target/ /gradle.properties /archive/
