Package tarball: ignore heavy useless files

This commit is contained in:
Théophile Bastian 2019-09-27 15:08:45 +02:00
parent 5282f4eb3d
commit 4522f97717
13 changed files with 11 additions and 0 deletions

View File

@ -48,6 +48,11 @@ $(TARBALL):
--exclude=*.o \
--exclude=*.cmi \
--exclude=*.cmx \
--exclude=*.tar.gz \
--exclude=testsuite/sqlite3/sqlite \
--exclude=testsuite/gnupg/gnupg \
--exclude=testsuite/gnupg/gnupg \
--exclude=csmith/kept_tests \
--transform='s#^#dwarfsynth/#g' \
csmith DwarfSynth dwarfsynth.ml DwarfSynth.mlpack HEURISTICS.md \
libdwarfw LICENSE Makefile README.md synthesize_dwarf.sh _tags \

2
testsuite/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.tar.gz
openssh

1
testsuite/find/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
findutils-4.6.0

BIN
testsuite/find/find.bin Executable file

Binary file not shown.

BIN
testsuite/find/find.orig.bin Executable file

Binary file not shown.

1
testsuite/gnupg/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
gnupg

BIN
testsuite/gnupg/gpg.bin Executable file

Binary file not shown.

BIN
testsuite/gnupg/gpg.eh.bin Executable file

Binary file not shown.

BIN
testsuite/gnupg/gpg.orig.bin Executable file

Binary file not shown.

2
testsuite/sqlite3/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
build
sqlite

BIN
testsuite/sqlite3/sqlite3.bin Executable file

Binary file not shown.

BIN
testsuite/sqlite3/sqlite3.eh.bin Executable file

Binary file not shown.

Binary file not shown.