From d5e155998d9c0dcd54d69491162f96c5bf188198 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Tue, 21 Feb 2023 16:23:23 +0800 Subject: eshell: graphviz files management Handle compilation and removal of graphviz files easily. * .gitignore: Ignore elpa files that appear out of thin air. * eshell-conf.el (eshell/gv): Entry point for handling graphviz files. (vc): Use vc to find the project root. (eshell-gv): The internal function to handle graphviz files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 648dea0..f99fcfd 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ projects tramp calc.el multisession/* +elpa/* \ No newline at end of file -- cgit v1.2.3-18-g5258