From: Leo Zhang Date: Tue, 13 Jun 2017 11:43:54 +0000 (+0800) Subject: build: add css file to excludes while generate tags X-Git-Tag: v12.1.0~165^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F15663%2Fhead;p=ceph.git build: add css file to excludes while generate tags Signed-off-by: Leo Zhang --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 278524a0722..c7da1a52642 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -647,5 +647,5 @@ add_tags(ctags SRC_DIR src TAG_FILE tags EXCLUDE_OPTS ${CTAG_EXCLUDES} - EXCLUDES "*.js") + EXCLUDES "*.js" "*.css") add_custom_target(tags DEPENDS ctags)