Skip to content

Instantly share code, notes, and snippets.

@cook
Last active December 15, 2015 08:58
Show Gist options
  • Save cook/5234916 to your computer and use it in GitHub Desktop.
Save cook/5234916 to your computer and use it in GitHub Desktop.
################################################################################
# .gitattributes
#
# Version 1.1
################################################################################
###
### Documents Files
###
*.pdf binary
*.doc binary
*.odt binary
###
### Image Files
###
*.jpg binary
*.bmp binary
*.png binary
*.pgm binary
*.swf binary
###
### Project Files for Visual Studio
###
*.dsp binary
*.dsw binary
###
### Executable Files
###
*.so binary
*.a binary
*.dll binary
*.lib binary
*.exe binary
*.mex binary
*.mexa64 binary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment