Logging level to INFO
[deliverable/lttng-ivc.git] / .gitignore
1 # Byte-compiled / optimized / DLL files
2 __pycache__/
3 *.py[cod]
4 *$py.class
5 runtime/
6
7 # C extensions
8 *.so
9
10 # Vim stuff
11 *.swp
12
13 # Environments
14 .env
15 .venv
16 .cache
17 .envrc
18
This page took 0.030265 seconds and 5 git commands to generate.