Explorar o código

git: fix entry in .gitattributes to not export binary dir.

Klaas Freitag %!s(int64=11) %!d(string=hai) anos
pai
achega
11a64320f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .gitattributes

+ 1 - 1
.gitattributes

@@ -2,4 +2,4 @@
 .gitignore              export-ignore
 .gitattributes          export-ignore
 .commit-template        export-ignore
-/binary                 export-ignore
+binary/                 export-ignore