cdist/.gitignore
Nico Schottelius 7b39169e3e ignore all python cache dirs
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-25 15:25:38 +02:00

18 lines
301 B
Text

# -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 cache for version control
cache/
# Python / cache
__pycache__/