mirror of https://github.com/CGAL/cgal
72 lines
1.3 KiB
Plaintext
72 lines
1.3 KiB
Plaintext
# Set default behaviour, in case users don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Explicitly declare text files we want to always be normalized and converted
|
|
# to native line endings on checkout.
|
|
*.cpp text
|
|
*.c text
|
|
*.h text
|
|
*.hpp text
|
|
*.tex text
|
|
*.txt text
|
|
*.cin text
|
|
*.xpm text
|
|
*.cmd text
|
|
*.lua text
|
|
*.py text
|
|
*.xml text
|
|
*.js text
|
|
*.hmtl text
|
|
*.bib text
|
|
*.sh text
|
|
*.css text
|
|
*.ui text
|
|
*.qrc text
|
|
*.off text
|
|
*.inc text
|
|
*.nef text
|
|
*.nef3 text
|
|
*.xyz text
|
|
*.qhcp text
|
|
*.qhp text
|
|
*.pwn text
|
|
*.poly text
|
|
*.rb text
|
|
*.perl text
|
|
*.pdb text
|
|
|
|
# Declare files that will always have LF line endings on checkout.
|
|
Documentation/Doxyfile text eol=lf
|
|
Documentation/pkglist_filter text eol=lf
|
|
|
|
# Declare files that will always have CRLF line endings on checkout.
|
|
*.sln text eol=crlf
|
|
*.bat text eol=crlf
|
|
*.nsh text eol=crlf
|
|
*.vcproj text eol=crlf
|
|
/Maintenance/infrastructure/picasso.geometryfactory.com/reference_platforms/*/CMakeCache.txt eol=crlf
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.png binary
|
|
*.jpg binary
|
|
*.gif binary
|
|
*.bmp binary
|
|
*.pdf binary
|
|
*.jpeg binary
|
|
*.doc binary
|
|
*.mws binary
|
|
*.odp binary
|
|
*.ppt binary
|
|
*.fig binary
|
|
*.svg binary
|
|
*.ipe binary
|
|
*.rtf binary
|
|
*.gz binary
|
|
*.pcx binary
|
|
*.ips binary
|
|
*.suo binary
|
|
*.ico binary
|
|
*.inr binary
|
|
*.zip binary
|
|
*.xls binary
|