Add dynamic array tracing tests
[deliverable/barectf.git] / .gitignore
CommitLineData
dcdbb941
PP
1# Byte-compiled / optimized / DLL files
2__pycache__/
3*.py[cod]
4
5# C extensions
6*.so
7
acb5316b
PP
8# C objects
9*.o
10
dcdbb941
PP
11# Distribution / packaging
12.Python
13env/
14build/
15develop-eggs/
16dist/
17downloads/
18eggs/
19lib/
20lib64/
21parts/
22sdist/
23var/
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
35pip-log.txt
36pip-delete-this-directory.txt
37
38# Unit test / coverage reports
39htmlcov/
40.tox/
41.coverage
42.cache
43nosetests.xml
44coverage.xml
45
46# Translations
47*.mo
48*.pot
49
50# Django stuff:
51*.log
52
53# Sphinx documentation
54docs/_build/
55
56# PyBuilder
57target/
acb5316b
PP
58
59# Virtual environment
60virt/
1e9cda54
PP
61
62# pytest
63.pytest_cache/
This page took 0.024019 seconds and 4 git commands to generate.