Skip to content

Commit

Permalink
chore: Rework gitignore
Browse files Browse the repository at this point in the history
Rework gitignore by combining all gitignore files and adding files
generated by running tests.

Signed-off-by: Felix Matouschek <[email protected]>
  • Loading branch information
0xFelix committed Mar 20, 2024
1 parent 7e7197a commit 1772f18
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
13 changes: 10 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/tests/output/
/changelogs/.plugin-cache.yaml

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -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
2 changes: 0 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions tests/integration/targets/inventory_kubevirt/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion tests/integration/targets/kubevirt_vm/.gitignore

This file was deleted.

0 comments on commit 1772f18

Please sign in to comment.