ansible/.gitignore

39 lines
622 B
Plaintext
Raw Normal View History

# build products...
*.py[co]
build
AUTHORS.TXT
# Emacs backup files...
*~
.\#*
# RPM stuff...
MANIFEST
dist
rpm-build
# Eclipse/PyDev stuff...
.project
.pydevproject
# PyCharm stuff...
.idea
2013-05-23 01:11:38 +02:00
#IntelliJ IDEA stuff..
*.iml
# Mac OS X stuff...
.DS_Store
# manpage build stuff...
2012-10-09 01:21:50 +02:00
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
2013-04-27 17:55:31 +02:00
docsite/latest/searchindex.js
2013-06-10 21:46:16 +02:00
docsite/latest/htmlout
# deb building stuff...
debian/
2013-05-18 22:51:43 +02:00
# Vim swap files
*.swp
*.swo