cdist/.gitignore

64 lines
885 B
Plaintext
Raw Permalink Normal View History

# -vim
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
# Temporary
.netrwhist
*~
2019-04-23 20:39:41 +00:00
*.tmp
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
# Ignore generated manpages
docs/src/.marker
docs/src/man1/*.1
docs/src/man7/*.7
docs/src/man7/cdist-type__*.rst
docs/src/cdist-reference.rst
docs/src/cdist-types.rst
docs/src/cdist.cfg.skeleton
# Ignore cdist cache for version control
/cache/
2017-07-20 20:04:44 +00:00
# Ignore inventory basedir
cdist/inventory/
# Python: cache, distutils, distribution in general
__pycache__/
2016-07-15 20:06:42 +00:00
*.pyc
/MANIFEST
dist/
cdist/version.py
cdist.egg-info/
# sphinx build dirs, cache
2016-05-20 06:50:56 +00:00
_build/
docs/dist
2016-05-20 06:50:56 +00:00
2016-07-15 20:50:00 +00:00
# Ignore temp files used for signing
2019-04-13 18:54:59 +00:00
cdist-*.tar
2016-07-15 20:50:00 +00:00
cdist-*.tar.gz
cdist-*.tar.gz.asc
# Packaging: Archlinux
/PKGBUILD
/cdist-*.pkg.tar.xz
/cdist-*.tar.gz
/pkg
/src
build
.lock-*
.git-current-branch
.lock*
.pypi-release