diff options
author | 2016-12-03 19:47:26 -0800 | |
---|---|---|
committer | 2016-12-03 19:47:26 -0800 | |
commit | 0b8d41cdb90b0fd0a7c39166c471a888622ab455 (patch) | |
tree | 356a6c05258ca10f5bec7ad6a2c2b5a6889b02ae /cmake/modules | |
parent | edd8fb65cfc371bfe8258a1635a0e07a4e755031 (diff) | |
download | paludis-0b8d41cdb90b0fd0a7c39166c471a888622ab455.tar.gz paludis-0b8d41cdb90b0fd0a7c39166c471a888622ab455.tar.xz |
build: remove some unnecessary ignores in packaging
Remove the autotools filtering in the cpack rules as the autotools build has
been removed.
Diffstat (limited to 'cmake/modules')
-rw-r--r-- | cmake/modules/PaludisPackage.cmake | 11 |
1 files changed, 0 insertions, 11 deletions
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}") |