Add dynamic array tracing tests
[deliverable/barectf.git] / .gitignore
1 # Byte-compiled / optimized / DLL files
2 __pycache__/
3 *.py[cod]
4
5 # C extensions
6 *.so
7
8 # C objects
9 *.o
10
11 # Distribution / packaging
12 .Python
13 env/
14 build/
15 develop-eggs/
16 dist/
17 downloads/
18 eggs/
19 lib/
20 lib64/
21 parts/
22 sdist/
23 var/
24 *.egg-info/
25 .installed.cfg
26 *.egg
27
28 # PyInstaller
29 # Usually these files are written by a python script from a template
30 # before PyInstaller builds the exe, so as to inject date/other infos into it.
31 *.manifest
32 *.spec
33
34 # Installer logs
35 pip-log.txt
36 pip-delete-this-directory.txt
37
38 # Unit test / coverage reports
39 htmlcov/
40 .tox/
41 .coverage
42 .cache
43 nosetests.xml
44 coverage.xml
45
46 # Translations
47 *.mo
48 *.pot
49
50 # Django stuff:
51 *.log
52
53 # Sphinx documentation
54 docs/_build/
55
56 # PyBuilder
57 target/
58
59 # Virtual environment
60 virt/
61
62 # pytest
63 .pytest_cache/
This page took 0.030779 seconds and 4 git commands to generate.