diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 03:29:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 03:29:32 +0300 |
commit | 9534bdae88bb1f854825bd95ac3d07810e9245a0 (patch) | |
tree | 91e7412055d37ca5ac7e1906d20d2c85587897f5 | |
parent | debian: add GitHub workflows (diff) | |
parent | blacklist aux files for `git archive` (diff) | |
download | config-links-9534bdae88bb1f854825bd95ac3d07810e9245a0.tar.gz config-links-9534bdae88bb1f854825bd95ac3d07810e9245a0.zip |
Merge tag 'v0.2' into debian
-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 |