File: .gitignore

package info (click to toggle)
knot-resolver 6.0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 16,320 kB
  • sloc: javascript: 42,732; ansic: 39,900; python: 12,459; cpp: 2,121; sh: 1,933; xml: 193; makefile: 181
file content (20 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*.swp
/env.sh

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
.mypy_cache/