forked from ungleich-public/cdist
Merge branch 'master' into 2.1_pypi_integration
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org> Conflicts: .gitignore build
This commit is contained in:
commit
5d319027d0
7 changed files with 55 additions and 14 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -7,14 +7,15 @@ 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
|
||||
docs/man/man*/docbook-xsl.css
|
||||
|
||||
# Ignore cdist cache for version control
|
||||
/cache/
|
||||
|
||||
# Python: cache, distutils
|
||||
# Python: cache, distutils, distribution in general
|
||||
__pycache__/
|
||||
MANIFEST
|
||||
dist/
|
||||
lib/cdist/version_static.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue