summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-02-10 12:26:21 +0100
committerSergei Golubchik <serg@mariadb.org>2015-02-10 12:26:21 +0100
commit63108dc9d2cc9f31ae9927817652be465a17f767 (patch)
tree232741f1cc7f81f6d212d7c301b3c5c2fdc934fe /.gitattributes
parent5f63c9c067c59102d5d707c6ff086ece60edae9e (diff)
downloadmariadb-git-63108dc9d2cc9f31ae9927817652be465a17f767.tar.gz
Fix the tree to work in git. Backport corresponing 10.1 changes.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
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