mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-18 20:10:53 +00:00
Remove unnecessary files in 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>
This commit is contained in:
parent
4a169109a7
commit
ccea55370a
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -2,3 +2,9 @@
|
|||||||
*.txt text
|
*.txt text
|
||||||
*.c text
|
*.c text
|
||||||
*.h text
|
*.h text
|
||||||
|
|
||||||
|
# For git archive
|
||||||
|
.gitignore export-ignore
|
||||||
|
.gitattributes export-ignore
|
||||||
|
.travis.yml export-ignore
|
||||||
|
.vscode export-ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user