mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
1ef4deec06
Prior to this patch, we would find '.gitignore', '.travisCI.yml' in the release tarball. This patch adds a few entries in .gitattributes to specify files that should never end up in a distribution tarball. Signed-off-by: Hu Keping <hukeping@huawei.com>
9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
* text=auto
|
|
/tests/inputs/* text eol=lf
|
|
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
.github export-ignore
|
|
.editorconfig export-ignore
|
|
.travis.yml export-ignore
|