diff --git a/.gitattributes b/.gitattributes index 3491fef384e..3c92c4bd48e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,7 @@ *.h hooks.style=uncrustify *.cpp hooks.style=uncrustify *.hpp hooks.style=uncrustify + +# git archive ignores +Tests/Data export-ignore +web/content export-ignore