diff options
author | Sage Weil <sage@redhat.com> | 2015-09-03 21:27:34 +0200 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2015-09-03 21:27:34 +0200 |
commit | 86da3735231cb46fe16ca4bb9969ac94d6bdff76 (patch) | |
tree | 0994fa60fa06060a142d687d01142b2c5ee3bbbb /.gitignore | |
parent | Merge remote-tracking branch 'gh/master' into infernalis (diff) | |
download | ceph-86da3735231cb46fe16ca4bb9969ac94d6bdff76.tar.xz ceph-86da3735231cb46fe16ca4bb9969ac94d6bdff76.zip |
.gitignore: ignore build (usually used by cmake)
Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 01cccf55073..557861a1933 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,6 @@ GTAGS /examples/librados/.libs/ /examples/librados/librados_hello_world /examples/librados/librados_hello_world_c + +# common cmake build dir +/build |