diff options
author | Case Duckworth | 2020-10-27 21:18:49 -0500 |
---|---|---|
committer | Case Duckworth | 2020-10-27 21:18:49 -0500 |
commit | d9bf322b0b89411d2f35c0e411d494f08973757d (patch) | |
tree | d10abb0e0e914e37cfe528cedd0e308d026b70d2 /.gitignore | |
parent | Add elpher-mode hook (diff) | |
download | emacs-d9bf322b0b89411d2f35c0e411d494f08973757d.tar.gz emacs-d9bf322b0b89411d2f35c0e411d494f08973757d.zip |
Unignore var/elpher-bookmarks.el
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1cf45c1..1408224 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -4,3 +4,7 @@ | |||
4 | !.gitignore | 4 | !.gitignore |
5 | !README.org | 5 | !README.org |
6 | !LICENSE | 6 | !LICENSE |
7 | # other files | ||
8 | !var/ | ||
9 | var/* | ||
10 | !var/elpher-bookmarks.el \ No newline at end of file | ||