From 7302c5f329677ef7c35fd6bd20880817f2b0c86e Mon Sep 17 00:00:00 2001 From: ruka Date: Sun, 15 Jun 2025 14:41:28 +0000 Subject: [PATCH] Added a comment: Ignoring files on directory special remote --- .../comment_23_d6a4a7bd602260051eef1cc1c57bf01a._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/special_remotes/directory/comment_23_d6a4a7bd602260051eef1cc1c57bf01a._comment diff --git a/doc/special_remotes/directory/comment_23_d6a4a7bd602260051eef1cc1c57bf01a._comment b/doc/special_remotes/directory/comment_23_d6a4a7bd602260051eef1cc1c57bf01a._comment new file mode 100644 index 0000000000..b885217e1d --- /dev/null +++ b/doc/special_remotes/directory/comment_23_d6a4a7bd602260051eef1cc1c57bf01a._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="ruka" + avatar="http://cdn.libravatar.org/avatar/8844137c8ca327cdd49ed692f0a30e02" + subject="Ignoring files on directory special remote" + date="2025-06-15T14:41:28Z" + content=""" +Is there a way for git-annex to completely ignore some files on a directory special remote? I'm managing files on my MP3 player's SD card using a directory special remote, but git-annex also tries to manage the player's database files, which I don't want. If I exclude them from wanted or put them in .gitignore, git-annex tries to delete them on sync or export. +"""]]