1
0
mirror of https://github.com/ceph/ceph synced 2024-12-29 06:52:35 +00:00

.gitignore: ignore build (usually used by cmake)

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2015-09-03 15:27:34 -04:00
parent 038e91b15d
commit 86da373523

3
.gitignore vendored
View File

@ -85,3 +85,6 @@ GTAGS
/examples/librados/.libs/
/examples/librados/librados_hello_world
/examples/librados/librados_hello_world_c
# common cmake build dir
/build