cdist/.gitignore
Nico Schottelius f25989d779 build MANIFEST ourselves
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
2012-10-25 18:28:19 +02:00

19 lines
335 B
Text

# -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/man7/cdist-type__*.text
docs/man/man7/cdist-reference.text
docs/man/man*/docbook-xsl.css
# Ignore cdist cache for version control
/cache/
# Python: cache, distutils
__pycache__/
MANIFEST