summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-02-21 16:23:23 +0800
committerJSDurand <mmemmew@gmail.com>2023-02-21 16:23:23 +0800
commitd5e155998d9c0dcd54d69491162f96c5bf188198 (patch)
tree9ac4f71e257511d933f7358bdf62e67a3660b57d /.gitignore
parent53d5d8fd235b99d20a9fade158483f4603fefc2b (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--.gitignore1
1 files changed, 1 insertions, 0 deletions
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