mirror of https://github.com/DaveGamble/cJSON.git
Browse Source
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>pull/485/head
h00283522
4 years ago
1 changed files with 7 additions and 1 deletions
@ -1,2 +1,8 @@ |
|||||
* text=auto |
* text=auto |
||||
/tests/inputs/* text eol=lf |
/tests/inputs/* text eol=lf |
||||
|
|
||||
|
.gitattributes export-ignore |
||||
|
.gitignore export-ignore |
||||
|
.github export-ignore |
||||
|
.editorconfig export-ignore |
||||
|
.travis.yml export-ignore |
||||
|
Loading…
Reference in new issue