NO-JIRA: add .gitignore file to ensure git creates the otherwise empty lib dir
git-svn-id: https://svn.apache.org/repos/asf/qpid/proton/branches/fadams-javascript-binding@1620859 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c3efc08e Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c3efc08e Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/c3efc08e Branch: refs/heads/master Commit: c3efc08e84e839368eec63e648a23ad8e47a225e Parents: a61e5f9 Author: Robert Gemmell <[email protected]> Authored: Wed Aug 27 10:48:58 2014 +0000 Committer: Robert Gemmell <[email protected]> Committed: Wed Aug 27 10:48:58 2014 +0000 ---------------------------------------------------------------------- .../javascript/qpid-proton/lib/.gitignore | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/c3efc08e/proton-c/bindings/javascript/qpid-proton/lib/.gitignore ---------------------------------------------------------------------- diff --git a/proton-c/bindings/javascript/qpid-proton/lib/.gitignore b/proton-c/bindings/javascript/qpid-proton/lib/.gitignore new file mode 100644 index 0000000..2b1f291 --- /dev/null +++ b/proton-c/bindings/javascript/qpid-proton/lib/.gitignore @@ -0,0 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + +# Currently empty .gitignore +# Used to ensure git creates the otherwise empty directory --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
