aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2014-04-08 10:27:16 -0700
committerBruce A. Mah <bmah@es.net>2014-04-08 10:27:16 -0700
commit7a80dfb20e180795b837b6f500cd052f701a9065 (patch)
tree47323bc7afa96dbb892101d07d43502c9d28af7a /.gitignore
parent2939863b1a4115815210a0b6ac213443907d53be (diff)
downloadiperf3-7a80dfb20e180795b837b6f500cd052f701a9065.tar.gz
Minor doc-building fix-ups.
Put the sphinx-generated docs/Makefile under revision control like it should have been from the start (requires some changes and fixes to .gitignore). Change project name from iperf to iperf3 in a few generated places in the documentation pages, most notably the page headers.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 8 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index c319b2e..ea663f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,16 +5,17 @@
*.o
*.orig
*.Po
-Makefile
-autom4te.cache
-config/test-driver
-config.log
-config.status
+/Makefile
+/autom4te.cache
+/config/test-driver
+/config.log
+/config.status
docs/_build
docs/_static
-libtool
+/libtool
src/.deps
src/.libs
+src/Makefile
src/config.h
src/stamp-h1
src/iperf3
@@ -23,5 +24,6 @@ src/t_timer
src/t_units
src/t_uuid
examples/.libs
+examples/Makefile
examples/mic
examples/mis