mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-13 09:54:39 +08:00

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
|