[go: up one dir, main page]

File: .gitignore

package info (click to toggle)
cockpit-podman 108-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,924 kB
  • sloc: javascript: 7,530; python: 7,191; sh: 843; makefile: 143; xml: 23
file content (34 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Please keep this file sorted (LC_COLLATE=C.UTF-8),
# grouped into the 3 categories below:
#  - general patterns (match in all directories)
#  - patterns to match files at the toplevel
#  - patterns to match files in subdirs

# general patterns
*.pyc
*.rpm

# toplevel (/...)
/Test*.html
/Test*.json
/Test*.log
/Test*.log.gz
/Test*.png
/*.whl
/bots
/cockpit-*.tar.xz
/cockpit-podman.spec
/dist/
/package-lock.json
/pkg/
/tmp/
/tools/
 
# subdirs (/subdir/...)
/packaging/arch/PKGBUILD
/packaging/debian/changelog
/po/*.pot
 /po/LINGUAS
/test/common/
/test/images/
/test/static-code