Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
c1b07ff9
Commit
c1b07ff9
authored
May 08, 2015
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update .gitattributes
parent
b5c5f317
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
.gitattributes
.gitattributes
+5
-4
No files found.
.gitattributes
View file @
c1b07ff9
...
...
@@ -4,15 +4,16 @@
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.ic text
*.cc text
*.cpp text
*.h text
*.test text
#
Declare files that will always have LF line endings on checkout.
*.result
text eol=lf
storage/connect/mysql-test/connect/std_data/*.txt
text eol=lf
storage/connect/mysql-test/connect/std_data/*.dat
text eol=lf
#
These files should be checked out as is
*.result
-text -whitespace
storage/connect/mysql-test/connect/std_data/*.txt
-text
storage/connect/mysql-test/connect/std_data/*.dat
-text
# Denote all files that are truly binary and should not be modified.
*.png binary
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment