cdist/.gitignore

38 lines
557 B
Plaintext
Raw Normal View History

# -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
2016-05-25 08:52:53 +00:00
docs/man/man7/cdist-type__*.rst
docs/man/cdist-reference.rst
# Ignore cdist cache for version control
/cache/
# Python: cache, distutils, distribution in general
__pycache__/
MANIFEST
dist/
cdist/version.py
# sphinx build dirs, cache
2016-05-20 06:50:56 +00:00
_build/
docs/dist
2016-05-20 06:50:56 +00:00
# Packaging: Archlinux
/PKGBUILD
/cdist-*.pkg.tar.xz
/cdist-*.tar.gz
/pkg
/src
build
.lock-*
.git-current-branch
.lock*
.pypi-release