gentoo-repo

git clone git://archive.git.mtrnord.blog/MTRNord/gentoo-repo.git
Log | Files | Refs | README

commit 75d978de16461a75c5e77e337f82775fe294e405
parent ad912e31385c3f0334dd8d35ed4d5ae80ae9ce44
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 22 Aug 2021 17:18:31 +0200

add gitattributes file

Diffstat:
A.gitattributes | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/.gitattributes b/.gitattributes @@ -0,0 +1,7 @@ +*.ebuild gitlab-language=shell +*.initd* gitlab-language=shell +*.confd* gitlab-language=shell +*.logrotate* gitlab-language=shell +*.eclass gitlab-language=shell +*.service* gitlab-language=ini +*.socket gitlab-language=ini