From 7681fd8e4a105e8ff508af3447ff8eae5f0f1fde Mon Sep 17 00:00:00 2001 From: Leo Zhang Date: Tue, 13 Jun 2017 19:43:54 +0800 Subject: [PATCH] build: add css file to excludes while generate tags Signed-off-by: Leo Zhang --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5