summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSage Weil <sage@redhat.com>2015-09-03 15:27:34 -0400
committerSage Weil <sage@redhat.com>2015-09-03 15:27:34 -0400
commit86da3735231cb46fe16ca4bb9969ac94d6bdff76 (patch)
tree0994fa60fa06060a142d687d01142b2c5ee3bbbb /.gitignore
parent038e91b15de53efa7e17942979e52fdc4310cfbc (diff)
downloadceph-86da3735231cb46fe16ca4bb9969ac94d6bdff76.tar.gz
.gitignore: ignore build (usually used by cmake)
Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
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