Add script for exporting thesis for submission

This commit is contained in:
Nico Schottelius 2019-08-21 11:40:45 +02:00
parent 50971dc10c
commit 57eaf3fb2d
3 changed files with 15 additions and 0 deletions

8
.tarignore Normal file
View File

@ -0,0 +1,8 @@
support/*
*.pyc
iperf/*
netfpga/log/*
netfpga/minip4/simple_sume_switch/bitfiles/*.bit
.git/*
pcap/*
doc/refs/rfc.bib

7
bin/export-thesis.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
set -x
( cd doc && make )
tar cv --exclude-from=.tarignore . | xz > ~/master-thesis.tar.xz

Binary file not shown.