forked from ungleich-public/cdist
cdist configuration management
Latest manual: https://www.cdi.st/manual/latest/
Home page: https://www.cdi.st
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
469 B
29 lines
469 B
# -vim |
|
.*.swp |
|
|
|
# Ignore generated manpages |
|
docs/man/.marker |
|
docs/man/man1/*.1 |
|
docs/man/man7/*.7 |
|
docs/man/man*/*.html |
|
docs/man/man*/*.xml |
|
docs/man/man*/docbook-xsl.css |
|
docs/man/man7/cdist-type__*.text |
|
docs/man/man7/cdist-reference.text |
|
|
|
# Ignore cdist cache for version control |
|
/cache/ |
|
|
|
# Python: cache, distutils, distribution in general |
|
__pycache__/ |
|
MANIFEST |
|
dist/ |
|
cdist/version.py |
|
|
|
# Packaging: Archlinux |
|
/PKGBUILD |
|
/cdist-*.pkg.tar.xz |
|
/cdist-*.tar.gz |
|
/pkg |
|
/src |
|
build
|
|
|