diff options
author | JSDurand <mmemmew@gmail.com> | 2023-02-21 16:23:23 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2023-02-21 16:23:23 +0800 |
commit | d5e155998d9c0dcd54d69491162f96c5bf188198 (patch) | |
tree | 9ac4f71e257511d933f7358bdf62e67a3660b57d /.gitignore | |
parent | 53d5d8fd235b99d20a9fade158483f4603fefc2b (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,3 +25,4 @@ projects tramp calc.el multisession/* +elpa/*
\ No newline at end of file |