shadowhand / git-encrypt

Transparent Git Encryption

Home Page:https://gist.github.com/873637

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems with hidden(dot) files

offlinehacker opened this issue · comments

Gitcrypt has problems with dot files.

If i have this in .gitattributes:

.ssh/id_rsa filter=encrypt diff=encrypt
.ssh/authorized_hosts filter=encrypt diff=encrypt

it just doesn't work and i have no idea why?

Sorry, it was my mistake, it work now, thanks!