6b95db8fc7
As per https://github.com/github/gitignore/blob/master/Global/Vim.gitignore Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
59 lines
813 B
Text
59 lines
813 B
Text
# -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
|
|
*~
|
|
# 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
|
|
|
|
# Ignore cdist cache for version control
|
|
/cache/
|
|
|
|
# Ignore inventory basedir
|
|
cdist/inventory/
|
|
|
|
# Python: cache, distutils, distribution in general
|
|
__pycache__/
|
|
*.pyc
|
|
MANIFEST
|
|
dist/
|
|
cdist/version.py
|
|
cdist.egg-info/
|
|
|
|
# sphinx build dirs, cache
|
|
_build/
|
|
docs/dist
|
|
|
|
# Ignore temp files used for signing
|
|
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
|