]> git.feebdaed.xyz Git - 0xmirror/cJSON.git/commitdiff
Remove unnecessary files in release tarball
authorh00283522 <hukeping@huawei.com>
Fri, 26 Jun 2020 02:37:00 +0000 (10:37 +0800)
committerh00283522 <hukeping@huawei.com>
Fri, 26 Jun 2020 02:53:16 +0000 (10:53 +0800)
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>
.gitattributes

index 6e5ee10e154682450c8fd03450f0726b77e07865..7491fcc7908789edaa588ff2b8a7db94df4d8d15 100644 (file)
@@ -1,2 +1,8 @@
 *                                      text=auto
-/tests/inputs/*        text eol=lf
\ No newline at end of file
+/tests/inputs/*        text eol=lf
+
+.gitattributes          export-ignore
+.gitignore              export-ignore
+.github                 export-ignore
+.editorconfig           export-ignore
+.travis.yml             export-ignore