From 20e84b9136f25d39d4fcb3d90c6a97fdb6a85b05 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 21 Aug 2023 12:32:55 -0700 Subject: [PATCH] update gitignore to only ignore the current path --- emacs_el/.gitignore | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/emacs_el/.gitignore b/emacs_el/.gitignore index faada75..832d8b7 100644 --- a/emacs_el/.gitignore +++ b/emacs_el/.gitignore @@ -1,17 +1,13 @@ *.elc -web-mode -org-ref -emacs-async -f-el -s-el -parsebib -helm -heml-bibtex -hydra -helm-bibtex -auctex -org-mode -use-package -magit-vcsh -yasnippet-snippets -beancount-mode +/web-mode +/org-ref +/emacs-async +/f-el +/s-el +/parsebib +/helm +/heml-bibtex +/hydra +/helm-bibtex +/yasnippet-snippets +/beancount-mode -- 2.39.2