36 lines
502 B
Plaintext
36 lines
502 B
Plaintext
# Remove binaries that we do not need
|
|
bin/chardetect.*
|
|
bin/distro.*
|
|
bin/easy_install.*
|
|
bin/pybabel.*
|
|
bin/pydoc.*
|
|
bin/pyenv.*
|
|
bin/wsdump.*
|
|
|
|
# Configuration and resources
|
|
# etc
|
|
etc/logrotate.d
|
|
include
|
|
# srv
|
|
# var
|
|
|
|
# RPM macros
|
|
lib/rpm
|
|
|
|
# cffi C headers
|
|
lib/python3.6/site-packages/cffi/.*\.h
|
|
|
|
# pycparser example
|
|
lib/python3.6/site-packages/utils
|
|
|
|
# Temporary file configuration
|
|
usr/lib/tmpfiles.d
|
|
|
|
# Service
|
|
usr/sbin
|
|
|
|
# Documentation, licenses and manuals
|
|
usr/share/doc
|
|
usr/share/licenses
|
|
usr/share/man
|