diff --git a/.gitattributes b/.gitattributes index f34d43dc..b22600b5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,9 @@ *.txt text *.c text *.h text + +# For git archive +.gitignore export-ignore +.gitattributes export-ignore +.travis.yml export-ignore +.vscode export-ignore