gitignore: allow tools/*.sh (operator utilities)
This commit is contained in:
parent
73155d7d5c
commit
d813b101d8
|
@ -55,3 +55,6 @@ Thumbs.db
|
||||||
!/_log/
|
!/_log/
|
||||||
!/_log/manifests/
|
!/_log/manifests/
|
||||||
!/_log/manifests/**
|
!/_log/manifests/**
|
||||||
|
|
||||||
|
# track operator scripts
|
||||||
|
!tools/*.sh
|
||||||
|
|
Loading…
Reference in New Issue