Exclude known-broken pyparsing versions
[third_party/asn1ate.git] / .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
18 env/
19 dbg/
20 _testdir
21
22 # TODO
23 todo.txt