diff options
author | Case Duckworth | 2023-02-20 16:18:45 -0600 |
---|---|---|
committer | Case Duckworth | 2023-02-20 16:18:45 -0600 |
commit | 712e4ed0ee0e51d97299df0cf76054d780cf37ee (patch) | |
tree | 95980cc8de2fcb239b75a52f6ce50618105fc251 /.gitignore | |
parent | Correct choose-executable (diff) | |
download | emacs-712e4ed0ee0e51d97299df0cf76054d780cf37ee.tar.gz emacs-712e4ed0ee0e51d97299df0cf76054d780cf37ee.zip |
Ignore tree-sitter/
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a40481b..67825c8 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -26,4 +26,5 @@ lisp/*-autoloads.el | |||
26 | 26 | ||
27 | # put random stuff in here | 27 | # put random stuff in here |
28 | scratch.el | 28 | scratch.el |
29 | jabber-avatar-cache/ \ No newline at end of file | 29 | jabber-avatar-cache/ |
30 | tree-sitter/ \ No newline at end of file | ||