From c0a9bac609f8f0e8b9ea85b13d57f92390b919aa Mon Sep 17 00:00:00 2001 From: David Florness Date: Wed, 6 Dec 2017 15:39:27 -0700 Subject: [PATCH] Ignore /anaconda-mode/ and /url/ --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4af5a45..7a43507 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,6 @@ flycheck_*.el # edwargix was here ido.last -recentf \ No newline at end of file +recentf +/anaconda-mode/ +/url/ \ No newline at end of file -- 2.38.4