]> git.eshelyaron.com Git - emacs.git/commitdiff
Document vc-dir-ignore
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 16 Sep 2019 20:02:19 +0000 (22:02 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 16 Sep 2019 20:03:02 +0000 (22:03 +0200)
* doc/emacs/maintaining.texi (VC Directory Commands): Document
vc-dir-ignore.

doc/emacs/maintaining.texi

index e92a959d99c9bd5676d5141035ba849642a1516b..ae4b7bbafff0055e1f8743f2250ecdfc2c01bfe5 100644 (file)
@@ -1281,6 +1281,12 @@ point is on a directory entry, mark all files in that directory tree
 (@code{vc-dir-mark-all-files}).  With a prefix argument, mark all
 listed files and directories.
 
+@item G
+Add the file under point to the list of files that the VC should
+ignore (@code{vc-dir-ignore}).  For instance, if the VC is Git, it
+will append this file to the @samp{.gitignore} file.  If given a
+prefix, do this with all the marked files.
+
 @item q
 Quit the VC Directory buffer, and bury it (@code{quit-window}).