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