The "git annex add" command adds new file to the annex. However ".DS_Store" files are ignored by git-annex. Is there a list of files that are being ignored?

Maybe sometimes it's useful to add .DS_Store extended attribute data to the annex to ensure a complete sync of Mac files...

git-annex ignores whatever git does. See git-ls-files and the gitignore configuration.
Comment by http://joeyh.name/ Thu Aug 2 23:29:38 2012
Comments on this page are closed.