Files
makemkv/.gitignore
Daniel Llewellyn b0101d25ae gitignore additions
add *.snap to avoid commiting snap packages
add *.pyc and __pycache__ to avoid commiting potential custom plugins' cache-files
add .snapcraft to avoid commiting snapcraft state information
2018-01-17 23:29:49 +00:00

8 lines
74 B
Plaintext

#snapcraft specifics
parts
stage
prime
*.snap
.snapcraft
__pycache__
*.pyc