mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-16 18:25:02 -06:00
This update renames virt-manager.spec to be virt-manager.spec.in and changes the version-id to @VERSION@ ... setup.py is modified to copy the virt-manager-spec.in file to virt-manager.spec and replace @VERSION@ with the current/actual version id. .gitignore is updated to ignore virt-manager.spec . Signed-off-by: Gene Czarcinski <gene@czarc.net>
26 lines
276 B
Plaintext
26 lines
276 B
Plaintext
*~
|
|
*.pyc
|
|
*.gmo
|
|
|
|
/build
|
|
/dist
|
|
po/virt-manager.pot
|
|
|
|
virt-clonec
|
|
virt-convertc
|
|
virt-imagec
|
|
virt-installc
|
|
|
|
/.coverage
|
|
/MANIFEST
|
|
|
|
/man/virt-manager.1
|
|
/man/virt-install.1
|
|
/man/virt-clone.1
|
|
/man/virt-image.1
|
|
/man/virt-convert.1
|
|
/man/virt-image.5
|
|
|
|
/virt-manager.spec
|
|
/virtcli/cli.cfg
|