Skip to content

Commit

Permalink
Fix documentation consistency in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdehaan committed Oct 12, 2012
1 parent 579b80a commit 291648c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .gitignore
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/

0 comments on commit 291648c

Please sign in to comment.