From 39f76bd79ce34bf381295580f3dacd49aec6817c Mon Sep 17 00:00:00 2001 From: "J. Bromley" Date: Mon, 16 Sep 2024 13:12:16 -0700 Subject: [PATCH] Add projectile, tree-sitter entries to .gitignore Ignore the file `projectile-bookmarks.eld` and the directory `tree-sitter`. These are generated automatically by Emacs and user/installation-specific. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 841b234..117bd51 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ /recentf /saveplace /custom.el +/projectile-bookmarks.eld +/tree-sitter