diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-06-28 10:23:24 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-06-28 10:23:24 +0200 |
commit | 6dfe3fb2bb6903524966b6e51df05f317e714814 (patch) | |
tree | 8800ead05216d2d61abf18428b97469e6dde7025 | |
parent | 214f5078f951aeaab1fdece8358b5a284e311f9d (diff) | |
download | mariadb-git-6dfe3fb2bb6903524966b6e51df05f317e714814.tar.gz |
remove incorrect .gitattributes
-rw-r--r-- | storage/connect/.gitattributes | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/storage/connect/.gitattributes b/storage/connect/.gitattributes deleted file mode 100644 index d21fdf8f212..00000000000 --- a/storage/connect/.gitattributes +++ /dev/null @@ -1,25 +0,0 @@ -# Set the default behavior, in case people don't have core.autocrlf set. -* text=auto - -# Explicitly declare text files you want to always be normalized and converted -# to native line endings on checkout. -*.c text -*.cc text -*.cpp text -*.h text -*.test text - -# Declare files that will always have LF line endings on checkout. -*.result text eol=lf -mysql-test/connect/std_data/*.txt text eol=lf -mysql-test/connect/std_data/*.dat text eol=lf - -# Denote all files that are truly binary and should not be modified. -*.png binary -*.jpg binary - -*.c diff=cpp -*.h diff=cpp -*.cc diff=cpp -*.ic diff=cpp -*.cpp diff=cpp |