summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/libs/.gitattributes8
-rw-r--r--Build/source/texk/.gitattributes35
2 files changed, 43 insertions, 0 deletions
diff --git a/Build/source/libs/.gitattributes b/Build/source/libs/.gitattributes
new file mode 100644
index 00000000000..9b58f8d059f
--- /dev/null
+++ b/Build/source/libs/.gitattributes
@@ -0,0 +1,8 @@
+*.txt text eol=lf
+*.c text eol=lf
+*.h text eol=lf
+*.sh text eol=lf
+
+## for adjust tex live svn repository:
+## most *.bat are not with CRLF but with LF
+*.bat text eol=lf
diff --git a/Build/source/texk/.gitattributes b/Build/source/texk/.gitattributes
new file mode 100644
index 00000000000..a15ac1b9eaa
--- /dev/null
+++ b/Build/source/texk/.gitattributes
@@ -0,0 +1,35 @@
+*.txt text eol=lf
+*.c text eol=lf
+*.h text eol=lf
+*.sh text eol=lf
+*.bat text eol=crlf
+
+# for web2c
+*.gen text eol=lf
+*.tex text eol=lf
+*.pl text eol=lf
+*.typ text eol=lf
+*.p text eol=lf
+
+# for dvi2tty
+*.tty text eol=lf
+*.dis text eol=lf
+
+# for mendex, upmendex
+*.ind text eol=lf
+
+# for bibtex-x
+*.bbl text eol=lf
+
+# for dvipdfm-x
+*.bb text eol=lf
+*.xbb text eol=lf
+
+# for dvips
+*.ps text eol=lf
+*.xps text eol=lf
+/dvipsk/testdata/pfbincl.xps binary
+
+# for windows_wrapper
+/texlive/windows_wrapper/**/*.c text eol=crlf
+/texlive/windows_wrapper/**/*.txt text eol=crlf