You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/.gitignore

36 lines
570 B
Plaintext

# build products...
*.py[co]
build
AUTHORS.TXT
# Emacs backup files...
*~
.\#*
# RPM stuff...
MANIFEST
dist
rpm-build
# Eclipse/PyDev stuff...
.project
.pydevproject
# PyCharm stuff...
.idea
# Mac OS X stuff...
.DS_Store
# manpage build stuff...
12 years ago
docs/man/man3/*
# Sublime stuff
*.sublime-project
*.sublime-workspace
# docsite stuff...
docsite/latest/rst/modules
docsite/latest/*.html
docsite/latest/_static/*.gif
docsite/latest/_static/*.png
docsite/latest/_static/websupport.js
11 years ago
docsite/latest/searchindex.js
# deb building stuff...
debian/
# Vim swap files
*.swp
*.swo