aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2021-05-12 21:43:59 -0400
committerDamjan Marion <dmarion@me.com>2021-05-13 09:33:06 +0000
commiteddd8e3588561039985b27edf059db6033bfdfab (patch)
tree44896887d6070853ea77a18cae218f5d4ef4d93a /.gitignore
parentfd77f8c00c8e9d528d91a9cefae1878e383582ed (diff)
tests: move test source to vpp/test
- Generate copyright year and version instead of using hard-coded data Type: refactor Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I6058f5025323b3aa483f5df4a2c4371e27b5914e
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d91975e72a0..80c4e4f92c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,9 @@
/test/run/
/test/build/
/test/coverage/
+/test/venv/
+/test/vapi_test/
+/test/doc/build/
/build-config.mk
/build/external/*.tar.gz
/build/external/*.tar.xz
@@ -117,4 +120,4 @@ compile_commands.json
/extras/vpptop/build/*
# debian packaging
-.pc \ No newline at end of file
+.pc