ceph/.gitignore
Zack Cerza 0cb6b71916 Add .ropeproject to .gitignore
I use a vim plugin that creates lots of directories with that name

Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-06-13 13:47:56 -05:00

18 lines
175 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
.ropeproject