Merge pull request #143 from vratiskol/git-attribute

Git attribute
This commit is contained in:
Philippe Teuwen 2019-03-28 14:24:02 +01:00 committed by GitHub
commit 53d1a940fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

5
.gitattributes vendored
View file

@ -3,4 +3,7 @@
fpga/fpga.bit -crlf -diff
*.bin -crlf -diff
*.z -crlf -diff
# Force LF
*.c text=auto eol=lf
*.h text=auto eol=lf
*.lua text=auto eol=lf

1
.gitignore vendored
View file

@ -20,6 +20,7 @@
*.exe
*.dsym
version.c
*.json
!client/hardnested/*.bin
!client/hardnested/tables/*.z