diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 03:28:31 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 03:28:31 +0300 |
commit | 760fa011d81b298b158b7eda9523dc921108fc05 (patch) | |
tree | a4fc84372bb859d6e36ad548ed0f2b6f28548d3f /.gitattributes | |
parent | README update (diff) | |
download | config-links-760fa011d81b298b158b7eda9523dc921108fc05.tar.gz config-links-760fa011d81b298b158b7eda9523dc921108fc05.zip |
blacklist aux files for `git archive`v0.2
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 |