mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
e7b74570d9
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>
11 lines
264 B
Plaintext
11 lines
264 B
Plaintext
# These files are text and should be normalized
|
|
*.txt text
|
|
*.c text
|
|
*.h text
|
|
|
|
# For git archive
|
|
.gitignore export-ignore
|
|
.gitattributes export-ignore
|
|
.travis.yml export-ignore
|
|
.vscode export-ignore
|