File: options

package info (click to toggle)
gitlabracadabra 1.2.0
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,768 kB
  • sloc: python: 9,498; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 421 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
extend-diff-ignore = "^[^/]*[.]egg-info/"
tar-ignore
tar-ignore = build
tar-ignore = .coverage
tar-ignore = dist
tar-ignore = docs/_build
tar-ignore = *.egg-info
tar-ignore = .git
tar-ignore = htmlconv
tar-ignore = .idea
tar-ignore = MANIFEST
tar-ignore = *.pyc
tar-ignore = .pytest_cache
tar-ignore = *.swp
tar-ignore = .testrepository
tar-ignore = .tox
tar-ignore = venv
tar-ignore = .vscode
tar-ignore = */__pycache__