diff options
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..dd82723fe67 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# 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 |
