Selaa lähdekoodia

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

Klaas Freitag 11 vuotta sitten
vanhempi
commit
11a64320f0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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