38 lines
615 B
Plaintext
38 lines
615 B
Plaintext
# 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-docker.spec
|
|
/dist/
|
|
/package-lock.json
|
|
/pkg/
|
|
/tmp/
|
|
/tools/
|
|
/node_modules/
|
|
/.idea/
|
|
/.vscode/
|
|
|
|
# subdirs (/subdir/...)
|
|
/packaging/arch/PKGBUILD
|
|
/packaging/debian/changelog
|
|
/po/*.pot
|
|
/po/LINGUAS
|
|
/test/common/
|
|
/test/images/
|
|
/test/static-code
|