Skip to content

Commit eee4da7

Browse files
committed
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
1 parent f469fd8 commit eee4da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ nosetests.xml
4343
# Translations
4444
*.mo
4545

46-
etc/*.sample
46+
etc/octavia/conf.d/ovn.conf.sample
4747

4848
# Complexity
4949
output/*.html

0 commit comments

Comments
 (0)