diff options
Diffstat (limited to 'support/cJSON-master/tests/unity/.gitattributes')
| -rw-r--r-- | support/cJSON-master/tests/unity/.gitattributes | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/support/cJSON-master/tests/unity/.gitattributes b/support/cJSON-master/tests/unity/.gitattributes new file mode 100644 index 0000000..ad95226 --- /dev/null +++ b/support/cJSON-master/tests/unity/.gitattributes @@ -0,0 +1,30 @@ +* 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 |
