mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -05:00
gitattributes: Avoid {} in filename pattern.
* .gitattributes: Avoid {} in filename pattern.
Brace-expansion is a bash feature, not part of glob(7).
From-SVN: r277129
This commit is contained in:
committed by
Jason Merrill
parent
8e5993e236
commit
6664a5f7ec
6
.gitattributes
vendored
6
.gitattributes
vendored
@@ -1 +1,5 @@
|
||||
*.{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
|
||||
|
||||
Reference in New Issue
Block a user