diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2016-05-23 15:08:51 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2016-05-23 15:08:51 +0200 |
commit | 0dae2932f42b10d86671d21de41cf0b444aedf5e (patch) | |
tree | 637271681a796b497cbe71e69c8287cc83fb8d2c /.gitignore | |
parent | f8bc587c1ac19c614f813479b89945bea8f10c73 (diff) | |
download | mariadb-git-0dae2932f42b10d86671d21de41cf0b444aedf5e.tar.gz |
- New version of the java JdbcInterface
modified: storage/connect/JdbcInterface.class
modified: storage/connect/JdbcInterface.java
- Ignore *.tlog and .res files
modified: .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f2064537da4..279d3f59dc5 100644 --- a/.gitignore +++ b/.gitignore @@ -244,6 +244,8 @@ storage/mroonga/mysql-test/mroonga/storage/r/variable_version.result *.exp *.dep *.idb +*.res +*.tlog # Precompiled Headers *.gch |