initial commit

This commit is contained in:
Gregory Pakosz
2015-03-05 20:15:02 +01:00
commit 76a7a85f8b
25 changed files with 2149 additions and 0 deletions

30
.gitattributes vendored Normal file
View File

@@ -0,0 +1,30 @@
* text=auto
# sources
*.h text diff=cpp
*.c text diff=cpp
*.cpp text diff=cpp
*.rb text diff=ruby
*.html text diff=html
*.m text diff=objc
# shell scripts
*.sh eol=lf
# GNU Makefile
Makefile text eol=lf
# Autotools
*.am text eol=lf
# Android
*.mk text eol=lf
# Xcode files
*.pbxproj text eol=lf merge=union
# Visual Studio files
*.sln text eol=crlf merge=union
*.vcxproj text eol=crlf merge=union
*.vcxproj.filters text eol=crlf merge=union
*.props text eol=crlf