add gitattributes

This commit is contained in:
Ben Harris 2016-10-25 02:07:56 -04:00
parent 36783854f4
commit b8b5675ddb
1 changed files with 36 additions and 0 deletions

36
.gitattributes vendored Normal file
View File

@ -0,0 +1,36 @@
#sources
*.c text
*.cc text
*.cxx text
*.cpp text
*.c++ text
*.hpp text
*.h text
*.h++ text
*.hh text
# Compiled Object files
*.slo binary
*.lo binary
*.o binary
*.obj binary
# Precompiled Headers
*.gch binary
*.pch binary
# Compiled Dynamic libraries
*.so binary
*.dylib binary
*.dll binary
# Compiled Static libraries
*.lai binary
*.la binary
*.a binary
*.lib binary
# Executables
*.exe binary
*.out binary
*.app binary