Skip to content

Commit 4e575be

Browse files
Add a v4.1.x-specific .gitignore entry that'd ignore SQL parser (4.2+) files
1 parent d4fbbfb commit 4e575be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,9 @@ callgraph.dot*
131131

132132
# @todo Should be moved to rabbitmq_stomp directly.
133133
deps/rabbitmq_stomp/test/python_SUITE_data/src/deps
134+
135+
# These ignores are v4.1.x-specific.
136+
#
137+
# Files from newer series that we want to ignore
138+
# during branch switching (during backporting)
139+
deps/rabbit/src/rabbit_amqp_sql_*

0 commit comments

Comments
 (0)