Repository: wicket Updated Branches: refs/heads/master 902d0d56d -> 263b84a62
Improve the matcher for DS_Store in .gitignore Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/263b84a6 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/263b84a6 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/263b84a6 Branch: refs/heads/master Commit: 263b84a62b2dc5560db2c183af788c8a3594b362 Parents: 902d0d5 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Tue Mar 31 09:31:59 2015 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Mar 31 09:32:19 2015 +0300 ---------------------------------------------------------------------- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/263b84a6/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 7b51768..fcb41fc 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,4 @@ node_modules/ release.properties testing/wicket-js-tests/node/ nb-configuration.xml -**/.DS_Store +.DS_Store
