mirror of
https://github.com/ceph/ceph
synced 2024-12-25 21:03:31 +00:00
0cb6b71916
I use a vim plugin that creates lots of directories with that name Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
18 lines
175 B
Plaintext
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
|