chore: Rework gitignore

Rework gitignore by combining all gitignore files and adding files
generated by running tests.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-03-20 10:19:13 +01:00
parent 7e7197ad8a
commit 1772f182e0
4 changed files with 10 additions and 10 deletions

13
.gitignore vendored
View File

@@ -1,6 +1,3 @@
/tests/output/
/changelogs/.plugin-cache.yaml
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
@@ -138,3 +135,13 @@ dmypy.json
bin/
*.tar.gz
*.zip
# Collection specific ignores
/changelogs/.plugin-cache.yaml
/tests/output/
/tests/integration/inventory
/tests/integration/targets/inventory_kubevirt/all.yml
/tests/integration/targets/inventory_kubevirt/empty.yml
/tests/integration/targets/inventory_kubevirt/label.yml
/tests/integration/targets/inventory_kubevirt/net.yml
/tests/integration/targets/kubevirt_vm/files

View File

@@ -41,5 +41,3 @@ build_ignore:
- docs/conf.py
- docs/roles.rst.template
- docs/requirements.txt
- tests/integration/targets/inventory_kubevirt/.gitignore
- tests/integration/targets/kubevirt_vm/.gitignore

View File

@@ -1,4 +0,0 @@
all.yml
empty.yml
label.yml
net.yml

View File

@@ -1 +0,0 @@
files/