File: .gitignore

package info (click to toggle)
pymecavideo 8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 13,496 kB
  • sloc: python: 4,983; xml: 454; makefile: 148
file content (23 lines) | stat: -rw-r--r-- 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*~
\#*
*.qm
Ui_*
*_rc.py
__pycache__/

# debuild
debian/files
debian/*debhelper*
debian/*substvars
debian/python3-mecavideo/
data/help/*w32.png
build/
pymecavideo.egg-info/

# quilt
.pc/

#pybuild, python tests
.pybuild/
.pytest_cache/
dist/