Commit Graph

2 Commits

Author SHA1 Message Date
Pavel Emelyanov
29768a2d02 gitattributes: Mark *.svg as binary
The goal is to put .svg files under git grep's radar. Otherwise a
pretty innocent 'git grep db::is_local' dumps the contents of the
docs/kb/flamegraph.svg on the screen, because it a) contains the
grep pattern and b) is looooong one-liner

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
Message-Id: <20220730090026.8537-1-xemul@scylladb.com>
2022-07-31 15:25:24 +03:00
Avi Kivity
21bb5ea5c7 Add .gitattributes file to classify C++ source
With this, diffs become more pleasant to read, as access specifiers
no longer find their way into the hunk header.
2015-10-05 08:51:51 +02:00