cdist/.gitignore

22 lines
376 B
Plaintext

# -vim
.*.swp
# Ignore generated manpages
doc/man/.marker
doc/man/man1/*.1
doc/man/man7/*.7
doc/man/man*/*.html
doc/man/man*/*.xml
doc/man/man7/cdist-type__*.text
doc/man/man7/cdist-reference.text
doc/man/man*/docbook-xsl.css
# Ignore cdist cache for version control
/cache/
# Python / cache
__pycache__/
# Is static and will never be included
lib/cdist/version_static.py