forked from MichaelGrafnetter/DSInternals
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
20 lines (18 loc) · 855 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
###############################################################################
# Misc
###############################################################################
*.psd1 text
*.rc text eol=crlf
*.zip filter=lfs diff=lfs merge=lfs -text
###############################################################################
# Fix GitHub repo statistics
###############################################################################
*.h linguist-language=C++
Src/Microsoft.Database.Isam/* linguist-vendored
Src/Microsoft.Isam.Esent.Interop/* linguist-vendored
Scripts/Modules/* linguist-vendored
drsr.* linguist-vendored