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

Signed-off-by: Beraldo Leal <bl...@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

Reply via email to