diff options
author | Stefan Kreutz <mail@skreutz.com> | 2021-07-24 19:06:25 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2021-07-24 19:06:25 +0200 |
commit | 5de41afa5a1976f42997347f4a213e031678ec34 (patch) | |
tree | 253547f89d2ef98e280c28abd730cec05d38ef51 /.gitignore | |
download | openbsd-installiso-5de41afa5a1976f42997347f4a213e031678ec34.tar |
Add initial implementationopenbsd-installiso-0.1.0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0da69c6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.iso +*.qcow2 +disklabel_template +install.conf +site +tmp +upgrade.conf |