diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2016-04-27 12:57:27 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2016-04-27 12:57:27 +0200 |
commit | bbdeb911b85ad10ae4a13308492e541384ec9889 (patch) | |
tree | 44d4cb614b3cb7ec7a81e7ddfc2c0795772df9c7 /.gitattributes | |
parent | 7b7414c0ef6a9f009c96483e60ebf1e5a6a6eb14 (diff) | |
download | mariadb-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-- | .gitattributes | 2 |
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 |