Skip to content

Instantly share code, notes, and snippets.

@bo0ts
Created December 3, 2012 16:46
Show Gist options
  • Save bo0ts/4196208 to your computer and use it in GitHub Desktop.
Save bo0ts/4196208 to your computer and use it in GitHub Desktop.
CGAL 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
*.tex text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.bat text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.gif binary
*.pdf binary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment