ceph/.gitignore
Alfredo Deza 5b5adae496 ignore build/ output from docs
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
2014-10-24 16:02:08 -06:00

19 lines
186 B
Plaintext

*~
.#*
## the next line needs to start with a backslash to avoid looking like
## a comment
\#*#
.*.swp
*.pyc
*.pyo
.tox
/*.egg-info
/virtualenv
/build
/*.yaml
docs/build
.ropeproject