Skip to content

Commit 6099d54

Browse files
committed
Merge branch 'release/v8.32'
2 parents 718dd32 + b1edbc6 commit 6099d54

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1474
-1905
lines changed

.gitattributes

-66
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,12 @@
1-
# Auto detect text files and perform LF normalization
2-
# https://www.davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
31
* text=auto
4-
5-
#
6-
# The above will handle all files NOT found below
7-
#
8-
9-
# Documents
10-
*.bibtex text diff=bibtex
11-
*.doc diff=astextplain
12-
*.DOC diff=astextplain
13-
*.docx diff=astextplain
14-
*.DOCX diff=astextplain
15-
*.dot diff=astextplain
16-
*.DOT diff=astextplain
17-
*.pdf diff=astextplain
18-
*.PDF diff=astextplain
19-
*.rtf diff=astextplain
20-
*.RTF diff=astextplain
212
*.md text
22-
*.tex text diff=tex
23-
*.adoc text
24-
*.textile text
25-
*.mustache text
26-
*.csv text
27-
*.tab text
28-
*.tsv text
29-
*.txt text
30-
*.sql text
31-
32-
# Graphics
333
*.png binary
34-
*.jpg binary
35-
*.jpeg binary
36-
*.gif binary
37-
*.tif binary
38-
*.tiff binary
394
*.ico binary
40-
# SVG treated as an asset (binary) by default.
41-
*.svg text
42-
# If you want to treat it as binary,
43-
# use the following line instead.
44-
# *.svg binary
45-
*.eps binary
46-
47-
# Scripts
48-
*.bash text eol=lf
49-
*.fish text eol=lf
505
*.sh text eol=lf
51-
# These are explicitly windows files and should use crlf
526
*.bat text eol=crlf
537
*.cmd text eol=crlf
548
*.ps1 text eol=crlf
55-
56-
# Serialisation
579
*.json text
58-
*.toml text
59-
*.xml text
60-
*.yaml text
61-
*.yml text
62-
63-
# Archives
64-
*.7z binary
65-
*.gz binary
66-
*.tar binary
67-
*.tgz binary
68-
*.zip binary
69-
70-
# Text files where line endings should be preserved
71-
*.patch -text
72-
73-
#
74-
# Exclude files from exporting
75-
#
7610

7711
.gitattributes export-ignore
7812
.gitignore export-ignore

0 commit comments

Comments
 (0)