Fix pattern to exclude generated config file
The current pattern does not match the target path so git still picks up the file as a change which can be included. Change-Id: I8a4c0781ecba4c7b2686213623bb312c523b41ac
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -43,7 +43,7 @@ nosetests.xml
|
|||||||
# Translations
|
# Translations
|
||||||
*.mo
|
*.mo
|
||||||
|
|
||||||
etc/*.sample
|
etc/octavia/conf.d/ovn.conf.sample
|
||||||
|
|
||||||
# Complexity
|
# Complexity
|
||||||
output/*.html
|
output/*.html
|
||||||
|
Reference in New Issue
Block a user