From 4cc75d85d62d35af0c4e334565e18941af0ff6ff Mon Sep 17 00:00:00 2001 From: andy Date: Sat, 15 Dec 2012 22:32:52 +0000 Subject: [PATCH] --- doc/forum/Storing_uncontrolled_files_in_an_annex.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/forum/Storing_uncontrolled_files_in_an_annex.mdwn diff --git a/doc/forum/Storing_uncontrolled_files_in_an_annex.mdwn b/doc/forum/Storing_uncontrolled_files_in_an_annex.mdwn new file mode 100644 index 0000000000..e2111f0b95 --- /dev/null +++ b/doc/forum/Storing_uncontrolled_files_in_an_annex.mdwn @@ -0,0 +1,3 @@ +Is there a way to store a file in an annex repo without the assistant trying to commit it? My particular issue is that git annex watch tries to add my .thunderbird folder, and I don't want it in annex. Is that a supported use case? + +Also, for my better understanding, does watch keep track of what files it saw last time and only look for new things on startup? Or does it try to commit anything that's not already in git (whether symlink or not)?