summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore8
-rw-r--r--scripts/run-gtest-clean2
2 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c9576dc0..e35015d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,14 @@ scripts/doc/*
scripts/mock-*
scripts/automation/trex_control_plane/doc/_build/*
+scripts/exp/stl_multi_burst1-0.erf
+scripts/exp/stl_multi_pkt1-0.erf
+scripts/exp/stl_multi_pkt2-0.erf
+scripts/exp/stl_single_pkt_burst1-0.erf
+scripts/exp/stl_single_sctp_pkt-0.erf
+scripts/exp/stl_single_stream-0.erf
+
+
*.pyc
diff --git a/scripts/run-gtest-clean b/scripts/run-gtest-clean
new file mode 100644
index 00000000..c3f6ef9c
--- /dev/null
+++ b/scripts/run-gtest-clean
@@ -0,0 +1,2 @@
+#! /bin/bash
+valgrind --leak-check=full --show-reachable=yes ./bp-sim-64 --ut --gtest_filter="basic_stl.*"