From 0b8d41cdb90b0fd0a7c39166c471a888622ab455 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sat, 3 Dec 2016 19:47:26 -0800 Subject: build: remove some unnecessary ignores in packaging Remove the autotools filtering in the cpack rules as the autotools build has been removed. --- cmake/modules/PaludisPackage.cmake | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'cmake/modules') diff --git a/cmake/modules/PaludisPackage.cmake b/cmake/modules/PaludisPackage.cmake index ecbd54e92..06240d870 100644 --- a/cmake/modules/PaludisPackage.cmake +++ b/cmake/modules/PaludisPackage.cmake @@ -12,19 +12,8 @@ set(CPACK_SOURCE_IGNORE_FILES "\\\\.sw[opn]$" ".*~" "cscope.*" - # TODO(compnerd) remove this set when the autotools build system is removed "/.gitignore" "/.gitreview" - "/aclocal.m4" - "/autogen.bash" - "/autom4te.cache/" - "/autotools_prepare.bash" - "/config.h.in" - "/configure.ac" - "Makefile.am" - "Makefile.am.m4" - "Makefile.in" - "/misc/common-makefile.am" "files.m4" "${CPACK_SOURCE_IGNORE_FILES}") -- cgit v1.2.3