diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:21:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:21:43 +0000 |
commit | c8c3bd06ef1a7248c8195d050d8a4075d051256e (patch) | |
tree | 419655deec1b0af0c5d3ec488693f1494fb20959 /.gitignore | |
parent | Initial commit. (diff) | |
download | iperf3-c8c3bd06ef1a7248c8195d050d8a4075d051256e.tar.xz iperf3-c8c3bd06ef1a7248c8195d050d8a4075d051256e.zip |
Adding upstream version 3.16.upstream/3.16
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..604cbdc --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +*~ +*.a +*.la +*.lo +*.o +*.orig +*.Po +/Makefile +/autom4te.cache +/config.log +/config.status +/iperf3.spec +docs/_build +docs/_static +/libtool +src/.deps +src/.libs +src/Makefile +src/iperf_config.h +src/version.h +src/stamp-h1 +src/iperf3 +src/iperf3_profile +src/t_timer +src/t_units +src/t_uuid +src/t_api +src/t_auth +examples/.libs +examples/Makefile +examples/mic +examples/mis +.vscode/ |