Update .gitignore
This patch updates two exclude rules to .gitignore: 1. Exclude .idea directory created by some IDEs based on IntelliJ. 2. Exclude .DS_Store generated by MacOS system. Change-Id: If89c73f30c14fee5a92e21ee97a0545c6a1067d9
This commit is contained in:
parent
d770c10a2d
commit
1b8ab72ba1
4
.gitignore
vendored
4
.gitignore
vendored
@ -66,3 +66,7 @@ playbooks/library/os_ironic.py
|
||||
playbooks/library/os_ironic_node.py
|
||||
playbooks/library/os_ironic_inspect.py
|
||||
playbooks/library/os_keystone_service.py
|
||||
|
||||
# Other
|
||||
*.DS_Store
|
||||
.idea
|
||||
|
Loading…
Reference in New Issue
Block a user