Commit 6664a5f7 by Jason Merrill Committed by Jason Merrill

gitattributes: Avoid {} in filename pattern.

	* .gitattributes: Avoid {} in filename pattern.

Brace-expansion is a bash feature, not part of glob(7).

From-SVN: r277129
parent 8e5993e2
*.{c,C,cc,h} whitespace=indent-with-non-tab,space-before-tab,trailing-space
# Add indent-with-non-tab to the default git whitespace warnings.
# Note that this file doesn't support bash-style brace expansion.
*.[cCh] whitespace=indent-with-non-tab,space-before-tab,trailing-space
*.cc whitespace=indent-with-non-tab,space-before-tab,trailing-space
2019-10-17 Jason Merrill <jason@redhat.com>
* .gitattributes: Avoid {} in filename pattern.
2019-10-08 Thomas Schwinge <thomas@codesourcery.com>
* MAINTAINERS: Add back Trevor Smigiel; move into Write After
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment