lwip/.gitattributes
2021-11-28 20:56:37 +01:00

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
.github export-ignore
.vscode export-ignore