mirror of https://github.com/DaveGamble/cJSON.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
573 B
31 lines
573 B
8 years ago
|
* text=auto
|
||
|
|
||
|
# These files are text and should be normalized (convert crlf to lf)
|
||
|
*.rb text
|
||
|
*.test text
|
||
|
*.c text
|
||
|
*.cpp text
|
||
|
*.h text
|
||
|
*.txt text
|
||
|
*.yml text
|
||
|
*.s79 text
|
||
|
*.bat text
|
||
|
*.xcl text
|
||
|
*.inc text
|
||
|
*.info text
|
||
|
*.md text
|
||
|
makefile text
|
||
|
rakefile text
|
||
|
|
||
|
|
||
|
#These files are binary and should not be normalized
|
||
|
*.doc binary
|
||
|
*.odt binary
|
||
|
*.pdf binary
|
||
|
*.ewd binary
|
||
|
*.eww binary
|
||
|
*.dni binary
|
||
|
*.wsdt binary
|
||
|
*.dbgdt binary
|
||
|
*.mac binary
|