ceph/.gitignore
Zack Cerza ba66c6ba8a Add /build and /*.yaml to gitignore
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-05-01 11:25:19 -05:00

16 lines
161 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