added gitignore (#99)

* add gitignore

added some relevant ignore rules.
for example
*.qcow2
*.iso

and many more

* tweaked gitignore to be less strict
pull/111/head
Avri Chen-Roth 3 years ago committed by GitHub
parent ca2a07461a
commit 19428db2c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .gitignore

11
.gitignore vendored

@ -0,0 +1,11 @@
*.qcow2
*.iso
*.conf
*.sh
*.log
*.fd
*.xml
*.permall
.lock
SHA*
sha*
Loading…
Cancel
Save