Repository: ant Updated Branches: refs/heads/master a2d9e8741 -> 80a0e76ff
gitignore .DS_Store files Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/3f6c9e57 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/3f6c9e57 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/3f6c9e57 Branch: refs/heads/master Commit: 3f6c9e57bd5e7d7506834866483dac9c3283c6db Parents: a2d9e87 Author: Jaikiran Pai <[email protected]> Authored: Thu Aug 16 18:17:38 2018 +0530 Committer: Jaikiran Pai <[email protected]> Committed: Fri Aug 17 12:43:15 2018 +0530 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/3f6c9e57/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index da9144a..36e8329 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.pif .ant.properties .classpath +.DS_Store .project .settings bin
