2
0
mirror of https://github.com/mbusb/multibootusb synced 2024-11-01 15:40:16 +00:00
multibootusb/scripts/pyudev/.gitignore
2016-11-06 16:48:53 +05:30

40 lines
388 B
Plaintext

# Python bytecode
*.pyc
# distutils/distribute metadata and outputs
pyudev.egg-info/*
build/*
dist/*
# Sphinx outputs
doc/_build/*
# Test environments and results
.tox/*
*-tests.xml
# Rope configuration
.ropeproject/*
# Vagrant files
.vagrant
# coverage files
htmlcov
.coverage
# pyreverse files
_pyreverse
# hypothesis files
.hypothesis
# vim
*.swp
# zip
*.gz
# pytest
.cache