diff options
author | Jonathan Bauer | 2017-04-18 11:08:54 +0200 |
---|---|---|
committer | Jonathan Bauer | 2017-04-18 11:08:54 +0200 |
commit | d222f3d443e60d5418df10865c30794f99856c73 (patch) | |
tree | 466d13c5b1928f550ba8ea45fead282dad7f4207 /.gitignore | |
parent | introduce Makefile to simplify building templates (diff) | |
download | packer-templates-d222f3d443e60d5418df10865c30794f99856c73.tar.gz packer-templates-d222f3d443e60d5418df10865c30794f99856c73.tar.xz packer-templates-d222f3d443e60d5418df10865c30794f99856c73.zip |
update gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,2 +1,3 @@ -output-*/ -manifest.json +qemu/ +virtualbox-iso/ +vmware-iso/ |