Add trailing empty line.
[asn2quickder] / .gitignore
1 # Python bytecode
2 __pycache__/
3 *.pyc
4
5 # Proprietary test data
6 source.asn1
7
8 # Distutils artifacts
9 MANIFEST
10 build/
11 dist/