summaryrefslogtreecommitdiffstats
path: root/src/ceph/.gitignore
diff options
context:
space:
mode:
authorQiaowei Ren <qiaowei.ren@intel.com>2018-03-01 14:38:11 +0800
committerQiaowei Ren <qiaowei.ren@intel.com>2018-03-01 14:38:11 +0800
commit7da45d65be36d36b880cc55c5036e96c24b53f00 (patch)
treed4f944eb4f8f8de50a9a7584ffa408dc3a3185b2 /src/ceph/.gitignore
parent691462d09d0987b47e112d6ee8740375df3c51b2 (diff)
remove ceph code
This patch removes initial ceph code, due to license issue. Change-Id: I092d44f601cdf34aed92300fe13214925563081c Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
Diffstat (limited to 'src/ceph/.gitignore')
-rw-r--r--src/ceph/.gitignore63
1 files changed, 0 insertions, 63 deletions
diff --git a/src/ceph/.gitignore b/src/ceph/.gitignore
deleted file mode 100644
index 7d42fb4..0000000
--- a/src/ceph/.gitignore
+++ /dev/null
@@ -1,63 +0,0 @@
-*~
-*.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.
-\#*\#