adding META-INF folder to .gitignore
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/312522ed Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/312522ed Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/312522ed Branch: refs/heads/2.3 Commit: 312522ed011cd1c4a688f96659714561ef465b46 Parents: 8067aad Author: chrisrueger <[email protected]> Authored: Tue Dec 27 21:44:43 2016 +0100 Committer: chrisrueger <[email protected]> Committed: Tue Dec 27 21:44:43 2016 +0100 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/312522ed/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index b7d0502..a3c82cd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /build.properties /archive/ /ide-dependencies/ +/META-INF /out/ /bin/
