diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-08-12 14:05:35 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-08-27 21:25:06 +0200 |
commit | f883f3ef868fb7471dafdd9b21f1f50ab98bda85 (patch) | |
tree | b9f73758a921ab76ef552461677f1fbdf64ff3e8 /.gitattributes | |
parent | 422b99ed87cab7b6acdb86be0a8b424db1213af2 (diff) | |
download | mariadb-git-f883f3ef868fb7471dafdd9b21f1f50ab98bda85.tar.gz |
git: ignore errmsg.sys and typescript, better diff header for C/C++ files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..cdfedef671f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.c diff=cpp +*.h diff=cpp +*.cc diff=cpp +*.ic diff=cpp +*.cpp diff=cpp |