Support: Container Metrics collection and Visualization
[vswitchperf.git] / .gitignore
index 3eab5f4..c162c94 100644 (file)
@@ -47,7 +47,6 @@ coverage.xml
 *.log
 
 # Sphinx documentation
-docs/_build/
 
 # PyBuilder
 target/
@@ -58,5 +57,23 @@ target/
 
 *~
 .*.sw?
-/output/
+/docs_output/
 /releng/
+/src/dpdk/dpdk/
+/src/ovs/ovs/
+/src/qemu/qemu/
+/src/vpp/vpp/
+/src_cuse/
+/src_vanilla/
+/src/trex/trex
+.vagrant
+tags
+
+# Ignore all files in l2fwd except those prefaced by "!"
+/src/l2fwd
+!/src/l2fwd/gen_debian_package.sh
+!/src/l2fwd/l2fwd.c
+!/src/l2fwd/LICENSE.txt
+!/src/l2fwd/Makefile
+
+docs/_build/*