forked from ungleich-public/cdist
5d319027d0
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org> Conflicts: .gitignore build
21 lines
394 B
Text
21 lines
394 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/man*/docbook-xsl.css
|
|
docs/man/man7/cdist-type__*.text
|
|
docs/man/man7/cdist-reference.text
|
|
|
|
# Ignore cdist cache for version control
|
|
/cache/
|
|
|
|
# Python: cache, distutils, distribution in general
|
|
__pycache__/
|
|
MANIFEST
|
|
dist/
|
|
lib/cdist/version_static.py
|