You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
multibootusb/scripts/pyudev/.gitignore

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