[libvirt PATCH 3/4] tests.lavocado: adding a .gitignore

Beraldo Leal bleal at redhat.com
Wed Jun 30 16:36:33 UTC 2021


This will prevent unnecessary Python object and temporary files to be
tracked by git.

Signed-off-by: Beraldo Leal <bleal at redhat.com>
---
 tests/lavocado/.gitignore | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 tests/lavocado/.gitignore

diff --git a/tests/lavocado/.gitignore b/tests/lavocado/.gitignore
new file mode 100644
index 0000000000..59c71f50f9
--- /dev/null
+++ b/tests/lavocado/.gitignore
@@ -0,0 +1,3 @@
+*.pyc
+__pycache__
+*~
-- 
2.26.3




More information about the libvir-list mailing list