This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w 2011-06-29 14:46:41 +00:00 committed by admin
parent 9f9e17aa0f
commit fb7663ceb8

View file

@ -0,0 +1,6 @@
I have this line in the .gitignore file of one of my repos:
*log
So the command 'git annex init name' fails to add the file ".git-annex/uuid.log", and the same problem happens when git-annex-add'ing files.
Also, when a file is git-ignored, it should be possible to 'git annex add' it with a -f/--force option, the same way git does it.