Various helper scripts for libvirt.
https://r00t2.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
433 B
33 lines
433 B
# https://git-scm.com/docs/gitignore |
|
# https://help.github.com/articles/ignoring-files |
|
# Example .gitignore files: https://github.com/github/gitignore |
|
*.bak |
|
screenlog* |
|
*.swp |
|
*.lck |
|
*~ |
|
.~lock.* |
|
.editix |
|
build_instructions |
|
__pycache__/ |
|
build/ |
|
dist/ |
|
repomirror.egg-info/ |
|
repomirror/__pycache__/ |
|
repomirror/fetcher/__pycache__/ |
|
*.pyc |
|
*.tar |
|
*.tar.bz2 |
|
*.tar.xz |
|
*.tar.gz |
|
*.tgz |
|
*.txz |
|
*.tbz |
|
*.tbz2 |
|
*.zip |
|
*.run |
|
*.7z |
|
*.rar |
|
*.sqlite3 |
|
*.deb |
|
.idea/
|
|
|