https://github.com/CGAL/cgal
Raw File
Tip revision: 492c8442eb9ddd696566187fade6be3a3aa58647 authored by Laurent Rineau on 09 April 2013, 15:37:00 UTC
Fix a typo in a comment
Tip revision: 492c844
.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

# 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