summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2016-04-27 12:57:27 +0200
committerOlivier Bertrand <bertrandop@gmail.com>2016-04-27 12:57:27 +0200
commitbbdeb911b85ad10ae4a13308492e541384ec9889 (patch)
tree44d4cb614b3cb7ec7a81e7ddfc2c0795772df9c7 /.gitattributes
parent7b7414c0ef6a9f009c96483e60ebf1e5a6a6eb14 (diff)
downloadmariadb-git-bbdeb911b85ad10ae4a13308492e541384ec9889.tar.gz
- Add the JdbcInterface.java to the project
added: storage/connect/JdbcInterface.java - Add *.java to be handled modified: .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 8aedbaa83d7..d11f2120249 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -9,6 +9,7 @@
*.cpp text
*.h text
*.test text
+*.java text
# Declare files that will always have LF line endings on checkout.
*.result text eol=lf
@@ -29,3 +30,4 @@ storage/connect/mysql-test/connect/std_data/*.dat binary
*.cc diff=cpp
*.ic diff=cpp
*.cpp diff=cpp
+*.java diff=cpp