Rename all ASN.1 defs .asn to make Emacs recognize them.
[asn2quickder] / .gitignore
1 # Python bytecode
2 __pycache__/
3 *.pyc
4
5 # Proprietary test data
6 source.asn*
7
8 # Distutils artifacts
9 MANIFEST
10 build/
11 dist/
12
13 # Patches
14 *.patch
15
16 # Project files
17 .ropeproject