Skip to content

Commit

Permalink
.gitattributes: add for git svn checkout
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@67883 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
t-tk committed Aug 11, 2023
1 parent 7602cc5 commit b02e353
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libs/.gitattributes
Original file line number Diff line number Diff line change
@@ -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
35 changes: 35 additions & 0 deletions texk/.gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b02e353

Please sign in to comment.