[go: up one dir, main page]

File: .gitignore

package info (click to toggle)
setools 4.5.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,640 kB
  • sloc: python: 25,271; makefile: 14
file content (23 lines) | stat: -rw-r--r-- 235 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
21
22
23
/.eggs
/.idea
/.mypy_cache
/.vscode
/build
/dist
/setools.egg-info
/venv
*.pyc
*.pyo
/setools/policyrep.c
*.so

# Qt Generated Help files
qhc/apol.qch
qhc/apol.qhc

# Generated by tox
/.tox

# Generated by coverage
/htmlcov
/.coverage