a52561da6d
Global exclude python bytecode files. Global exclude vim & emace temporary files. Only include specs dir under tests/data, there will be other dirs generated for testing, we don't want them. FIXES: #427 Signed-off-by: Qixiang Wan <qwan@redhat.com>
16 lines
384 B
Plaintext
16 lines
384 B
Plaintext
include AUTHORS
|
|
include COPYING
|
|
include GPL
|
|
include RELEASE-NOTES
|
|
include pungi.spec
|
|
include tox.ini
|
|
include share/*
|
|
include share/multilib/*
|
|
include doc/*
|
|
include tests/*
|
|
include tests/data/*
|
|
include tests/data/specs/*
|
|
recursive-include tests/fixtures *.iso *.json *.log *.rpm *.xml *.bz2 *.gz MD5SUM SHA1SUM SHA256SUM .treeinfo
|
|
global-exclude *.py[co]
|
|
global-exclude *~ *.sw? \#*\#
|