branch: main
commit 23d7deb63c9693e326ca432c8bb6bc79a8dc78da
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@gnu.org>

    Clean up files with .atfi extension
    
    * tex.el (TeX-clean-default-intermediate-suffixes): Add entry for
    .atfi which is written by attachfile2.sty.
---
 tex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tex.el b/tex.el
index f6545aaa..2938b438 100644
--- a/tex.el
+++ b/tex.el
@@ -2230,7 +2230,7 @@ Must be the car of an entry in `TeX-command-list'."
     "\\.lof" "\\.log" "\\.lot" "\\.nav" "\\.out"
     "\\.snm" "\\.toc" "\\.url" "\\.synctex\\.gz"
     "\\.bcf" "\\.run\\.xml" "\\.fls" "-blx\\.bib"
-    "\\.fdb_latexmk")
+    "\\.fdb_latexmk" "\\.atfi")
   "List of regexps matching suffixes of files to be cleaned.
 Used as a default in TeX, LaTeX and docTeX mode.")
 

Reply via email to