fixed gitmodules using wrong url + gitignored 'site/'
Project: http://git-wip-us.apache.org/repos/asf/celix-site/repo Commit: http://git-wip-us.apache.org/repos/asf/celix-site/commit/bb0b379e Tree: http://git-wip-us.apache.org/repos/asf/celix-site/tree/bb0b379e Diff: http://git-wip-us.apache.org/repos/asf/celix-site/diff/bb0b379e Branch: refs/heads/asf-site Commit: bb0b379e88115d363529942e4ee6559bc270cdf7 Parents: e5fdd62 Author: ESmink <[email protected]> Authored: Mon Nov 27 11:43:11 2017 +0100 Committer: ESmink <[email protected]> Committed: Mon Nov 27 11:43:11 2017 +0100 ---------------------------------------------------------------------- .gitignore | 2 +- .gitmodules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix-site/blob/bb0b379e/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index c4605e6..adeaf6e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,4 @@ vendor/ .jekyll-metadata .bundle/ .testcontent/ - +site/ http://git-wip-us.apache.org/repos/asf/celix-site/blob/bb0b379e/.gitmodules ---------------------------------------------------------------------- diff --git a/.gitmodules b/.gitmodules index 14a489b..0e2e52d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "celix"] path = celix - url = https://github.com/apache/celix.git + url = git://git.apache.org/celix.git
