Skip to content

Commit

Permalink
Tell Git to ignore the inventory/mycluster directory (kubernetes-sigs…
Browse files Browse the repository at this point in the history
…#3900)

The inventory/mycluster directory gets created when someone follows
the instructions in README.md, but it should never be committed to
the kubespray repo. Ignore it.
  • Loading branch information
earlruby authored and k8s-ci-robot committed Feb 8, 2019
1 parent 2a92fd2 commit ba5c0fa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
.vagrant
*.retry
**/vagrant_ansible_inventory
inventory/credentials/
inventory/group_vars/fake_hosts.yml
inventory/host_vars/
temp
.idea
.tox
Expand All @@ -17,14 +14,19 @@ contrib/terraform/aws/credentials.tfvars
*~
vagrant/

# Ansible inventory
inventory/*
!inventory/local
!inventory/sample
inventory/*/artifacts/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
inventory/*/artifacts/
env/
build/
credentials/
Expand Down

0 comments on commit ba5c0fa

Please sign in to comment.