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.
39 lines
564 B
39 lines
564 B
# -vim |
|
.*.swp |
|
|
|
# Ignore generated manpages |
|
docs/src/.marker |
|
docs/src/man1/*.1 |
|
docs/src/man7/*.7 |
|
docs/src/man7/cdist-type__*.rst |
|
docs/src/cdist-reference.rst |
|
|
|
# Ignore cdist cache for version control |
|
/cache/ |
|
|
|
# Python: cache, distutils, distribution in general |
|
__pycache__/ |
|
*.pyc |
|
MANIFEST |
|
dist/ |
|
cdist/version.py |
|
|
|
# sphinx build dirs, cache |
|
_build/ |
|
docs/dist |
|
|
|
# Ignore temp files used for signing |
|
cdist-*.tar.gz |
|
cdist-*.tar.gz.asc |
|
|
|
# Packaging: Archlinux |
|
/PKGBUILD |
|
/cdist-*.pkg.tar.xz |
|
/cdist-*.tar.gz |
|
/pkg |
|
/src |
|
build |
|
.lock-* |
|
.git-current-branch |
|
.lock* |
|
.pypi-release
|
|
|