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

40 lines
388 B
Plaintext
Raw Normal View History

2016-11-06 11:18:53 +00:00
# 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