diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-06 22:20:07 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-06 22:20:07 +0300 |
commit | 904ea8590373daeb0b61263aea60177e7f6ee387 (patch) | |
tree | 488a6a381c3038ec05d1e268c65a14310f57195c /.gitattributes | |
parent | README: update (diff) | |
download | linux-status-904ea8590373daeb0b61263aea60177e7f6ee387.tar.gz linux-status-904ea8590373daeb0b61263aea60177e7f6ee387.zip |
blacklist aux files for `git archive`
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d76765e..26a9424 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ * text=auto *.sh text eol=lf + +/.github/ export-ignore +.gitattributes export-ignore +.gitignore export-ignore |