Fix: update tests for --no-intersection
[deliverable/lttng-analyses.git] / .gitignore
1 # Backup files
2 *.~
3
4 # Byte-compiled / optimized / DLL files
5 __pycache__/
6 *.py[cod]
7
8 # Distribution / packaging
9 bin/
10 build/
11 develop-eggs/
12 dist/
13 eggs/
14 lib/
15 lib64/
16 parts/
17 sdist/
18 var/
19 *.egg-info/
20 .installed.cfg
21 *.egg
22 MANIFEST
23
24 # Installer logs
25 pip-log.txt
26 pip-delete-this-directory.txt
27
28 # Unit test / coverage reports
29 .tox/
30 .coverage
31 .cache
32 nosetests.xml
33 coverage.xml
34
35 # Translations
36 *.mo
37
38 # Sphinx documentation
39 docs/_build/
40
41 proc.db
42 *~
43 \#*\#
44 .\#*
45 tags
46 *.swp
This page took 0.033409 seconds and 5 git commands to generate.