From dad1ab9d5ca0ff1d5b783df177a4462b630dd711 Mon Sep 17 00:00:00 2001 From: jbj Date: Sun, 10 May 2015 17:55:16 +0000 Subject: - cscope: recuscitate recursively. --- .cvsignore | 1 + Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/.cvsignore b/.cvsignore index 9953ca5..ffe57f5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -25,6 +25,7 @@ config.sub configmake.h configure cov-int +cscope.* doxygen depcomp install-sh diff --git a/Makefile.am b/Makefile.am index 9359472..d170fad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -143,6 +143,7 @@ BUILT_SOURCES += popt.pc .syntastic_c_config distclean-local: rm -rf .ccache .syntastic_c_config + rm -f cscope.files cscope.out cscope.in.out cscope.po.out clean-local: rm -rf doxygen *.gcda *.gcno lcov-result popt-valgrind-result -- cgit v1.2.1