From 645a234d92b5c5462b73c80b69066f46206dffeb Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Tue, 11 Apr 2023 18:42:26 -0300
Subject: [PATCH] Make Git ignore temporary and output files.

Ignore vim .swp files and files generated by creating ansible-freeipa
collection, when checking repository status.
---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 3e46ed63..d74bada6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,11 @@
 *.pyc
 *.retry
+*.swp
+
+# collection files
+freeipa-ansible_freeipa*.tar.gz
+redhat-rhel_idm*.tar.gz
+importer_result.json
 
 # ignore virtual environments
 /.tox/
-- 
GitLab