mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
added gitignore (#99)
* add gitignore added some relevant ignore rules. for example *.qcow2 *.iso and many more * tweaked gitignore to be less strict
This commit is contained in:
parent
ca2a07461a
commit
19428db2c7
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
*.qcow2
|
||||||
|
*.iso
|
||||||
|
*.conf
|
||||||
|
*.sh
|
||||||
|
*.log
|
||||||
|
*.fd
|
||||||
|
*.xml
|
||||||
|
*.permall
|
||||||
|
.lock
|
||||||
|
SHA*
|
||||||
|
sha*
|
Loading…
Reference in a new issue