Adjusted gitignore to match some more files
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/e80d25b8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/e80d25b8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/e80d25b8 Branch: refs/heads/2.3 Commit: e80d25b8c2e0a3aa66ba2cf2f72f9fe19d24a567 Parents: f0fd0d5 Author: ddekany <[email protected]> Authored: Fri Jan 6 21:32:23 2017 +0100 Committer: ddekany <[email protected]> Committed: Fri Jan 6 21:32:23 2017 +0100 ---------------------------------------------------------------------- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/e80d25b8/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index a3c82cd..f30cd69 100644 --- a/.gitignore +++ b/.gitignore @@ -27,9 +27,9 @@ .gradle -.DS_Store +.DS_Store* .AppleDouble .LSOverride .directory -.Trash-* +.Trash*
