diff --git a/.tarignore b/.tarignore new file mode 100644 index 0000000..b2d6d2a --- /dev/null +++ b/.tarignore @@ -0,0 +1,8 @@ +support/* +*.pyc +iperf/* +netfpga/log/* +netfpga/minip4/simple_sume_switch/bitfiles/*.bit +.git/* +pcap/* +doc/refs/rfc.bib diff --git a/bin/export-thesis.sh b/bin/export-thesis.sh new file mode 100755 index 0000000..4ea1f5c --- /dev/null +++ b/bin/export-thesis.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +set -x + +( cd doc && make ) + +tar cv --exclude-from=.tarignore . | xz > ~/master-thesis.tar.xz diff --git a/doc/Thesis.pdf b/doc/Thesis.pdf index b7774be..e1a1c86 100644 Binary files a/doc/Thesis.pdf and b/doc/Thesis.pdf differ