X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=packer%2F.gitignore;h=7ac7b9981e91caac7670ec6876b3623d8782ca7a;hb=499b442f67119589220a1ff144e3b26a9b7714ed;hp=bf86b4f39312e8af8d2a6a5c911cf9de38df72d0;hpb=79731f43c074d742a3d90b02684bf48d4bf3b3c1;p=osm%2Fdevops.git diff --git a/packer/.gitignore b/packer/.gitignore index bf86b4f3..7ac7b998 100644 --- a/packer/.gitignore +++ b/packer/.gitignore @@ -1,5 +1,35 @@ +# Licensed 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. + output-virtualbox-iso/ packer_cache/ builds/ jujubase*/ osm-*/ +*.iso +*.box +*.ovf +*.vmdk +*.vdi +virtualfloppy.vfd +packer_cache +packer.log +.DS_Store +/packer-*/ +*.variables.json +/builds/ +vagrant_tests/.vagrant +clouds.yaml +clouds.yml +openstack.rc +openrc* +*.pem \ No newline at end of file