From b63766660e808a5c6b6ee9c3f099b88ec7c2f53d Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 20 Jan 2014 17:58:21 +0100 Subject: [PATCH] Update gitignore --- ugw/.gitignore | 4 ++++ ugw/data/.gitignore | 7 ------- ugw/data/plot-thr.gp | 1 + ugw/data/plot.gp | 2 +- ugw/ppc/.gitignore | 1 + 5 files changed, 7 insertions(+), 8 deletions(-) create mode 100644 ugw/.gitignore delete mode 100644 ugw/data/.gitignore create mode 100644 ugw/ppc/.gitignore diff --git a/ugw/.gitignore b/ugw/.gitignore new file mode 100644 index 0000000..592c7b7 --- /dev/null +++ b/ugw/.gitignore @@ -0,0 +1,4 @@ +data/*/ +data/result +data/*.dat +data/*-gp-converted-to.pdf diff --git a/ugw/data/.gitignore b/ugw/data/.gitignore deleted file mode 100644 index b22b2b8..0000000 --- a/ugw/data/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -*.dat -*.txt -*/bench-all.sh -result -*/Makefile -*/plot.gp -*/preprocess.m diff --git a/ugw/data/plot-thr.gp b/ugw/data/plot-thr.gp index 18d8204..fa138d1 100755 --- a/ugw/data/plot-thr.gp +++ b/ugw/data/plot-thr.gp @@ -1,4 +1,5 @@ #!/usr/bin/env gnuplot +# termsize 14cm,9cm ! ./throughput-dep.sh diff --git a/ugw/data/plot.gp b/ugw/data/plot.gp index 27be572..4dda232 100755 --- a/ugw/data/plot.gp +++ b/ugw/data/plot.gp @@ -13,7 +13,7 @@ set style fill solid border -1 set boxwidth 0.9 set key left Left reverse set grid -set xtics rotate by -20 +set xtics rotate by -30 set style histogram errorbars gap 1 lw 1 plot 'result' using 3:2:4:xtic(1) title "Latency", \ '' using 6:(0):(0) axes x1y2 title "Lost frames" diff --git a/ugw/ppc/.gitignore b/ugw/ppc/.gitignore new file mode 100644 index 0000000..a9b724b --- /dev/null +++ b/ugw/ppc/.gitignore @@ -0,0 +1 @@ +rootfs2.uImage -- 2.39.2