https://github.com/CGAL/cgal
Raw File
Tip revision: 6871dbd22bbcce1ee7d821342e59bc7f47d10816 authored by Laurent Rineau on 23 August 2013, 09:31:04 UTC
Fix the URL of how_to_cite_cgal.html
Tip revision: 6871dbd
.gitattributes
# 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
back to top