mirror of https://github.com/kubernetes/kops.git
Merge pull request #1306 from relaxdiego/ignore-tags
Ignore tags files generated by Exhuberant Ctags
This commit is contained in:
commit
4d8a7cc5d8
|
|
@ -54,3 +54,6 @@ network_closure.sh
|
||||||
# autogenerated code we don't want to check in
|
# autogenerated code we don't want to check in
|
||||||
go-bindata
|
go-bindata
|
||||||
upup/models/bindata.go
|
upup/models/bindata.go
|
||||||
|
|
||||||
|
# Ignore all Exhuberant Ctags files
|
||||||
|
tags
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue