forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix documentation consistency in .gitignore
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,30 @@ | ||
# build products... | ||
*.py[co] | ||
build | ||
# Emacs backup files... | ||
*~ | ||
.\#* | ||
# (s)rpm building stuff | ||
# RPM stuff... | ||
MANIFEST | ||
dist | ||
rpm-build | ||
# Eclipse/PyDev stuff... | ||
.project | ||
.pydevproject | ||
# PyCharm stuff | ||
# PyCharm stuff... | ||
.idea | ||
# Mac OS X stuff | ||
# Mac OS X stuff... | ||
.DS_Store | ||
# manpage build results (not all checked in) | ||
# manpage build stuff... | ||
docs/man/man3/* | ||
# Sublime stuff | ||
*.sublime-project | ||
*.sublime-workspace | ||
# docsite stuff | ||
# docsite stuff... | ||
docsite/rst/modules | ||
docsite/*.html | ||
docsite/_static/*.gif | ||
docsite/_static/*.png | ||
docsite/_static/websupport.js | ||
# deb building stuff | ||
# deb building stuff... | ||
debian/ |