39 lines
564 B
Text
39 lines
564 B
Text
# -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
|