Skip to content

Commit

Permalink
Add wildcard to credentials file in .gitignore (ansible-collections#569)
Browse files Browse the repository at this point in the history
Add wildcard to credentials file in .gitignore

SUMMARY
In addition to the static cloud-config-aws.(ini|yml) files devs can create, ansible-test may also create temporary credentials files with random strings in the filename.
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
gitignore

Reviewed-by: None <None>
  • Loading branch information
jillr authored Nov 15, 2021
1 parent 013162a commit 498b122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
output/
integration/cloud-config-aws.ini
integration/cloud-config-aws.yml
integration/cloud-config-*.ini
integration/cloud-config-*.yml

0 comments on commit 498b122

Please sign in to comment.