add git support files

This commit is contained in:
Enno Rehling 2014-03-16 22:27:30 +01:00
parent f128254145
commit 0b718dde09
2 changed files with 17 additions and 1 deletions

15
.gitattributes vendored Normal file
View File

@ -0,0 +1,15 @@
*.[hc] text
*.json text
*.xml text
*.py text
*.md text
*.txt text
*.lua text
*.bat text
# Shell scripts should *always* be LF, regardless of platfrom
s/* text eol=lf
*.sh text eol=lf
# All third-party code should not be EOL-normalized
#third-party/** -text

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
*~
*~
config
bin