X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2F.gitignore;fp=src%2Fceph%2F.gitignore;h=7d42fb41f1934e226cc1495ca243ae8439d8b75d;hb=812ff6ca9fcd3e629e49d4328905f33eee8ca3f5;hp=0000000000000000000000000000000000000000;hpb=15280273faafb77777eab341909a3f495cf248d9;p=stor4nfv.git diff --git a/src/ceph/.gitignore b/src/ceph/.gitignore new file mode 100644 index 0000000..7d42fb4 --- /dev/null +++ b/src/ceph/.gitignore @@ -0,0 +1,63 @@ +*~ +*.co +*.diff +*.deb +*.tar.gz +*.tar.bz2 +*.dsc +*.changes +*.gcda +*.gcov +*.gcno +*.generated.dot +*.swp +*.swo +*.tmp +*.orig +*.patch +!debian/patches/*.patch +*.rej +*.rpm +*.pyc +ceph.spec +cscope.* +gmon.out +py-compile + +# Files generated by crashed programs +vgcore.* +core +*.core + +# Files generated by running tests +*.log +/src/td + +# alpine abuild things +.abuild/ +alpine/APKBUILD + +# specific local dir files +/build-doc +/tags + +# where is this from? +web/*.html + +# dir from coverity tools +cov-int/ + +# gtags(1) generated files +GPATH +GRTAGS +GSYMS +GTAGS +/examples/librados/.libs/ +/examples/librados/librados_hello_world +/examples/librados/librados_hello_world_c + +# common cmake build dir +/build + +# editor backup files etc. +\#*\#