diff options
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 2cb098d8..083fe55d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,3 +15,10 @@ # Binary files *.gif binary +# Exclude files and dirs from git archive +# matching what buildrelease.py does +.git* export-ignore +.mailmap export-ignore +replicate/ export-ignore +scripts/ export-ignore +tests/ export-ignore |
