diff options
author | Case Duckworth | 2020-10-27 21:19:37 -0500 |
---|---|---|
committer | Case Duckworth | 2020-10-27 21:19:37 -0500 |
commit | 79d0a8accf224707469c1ea80e57e908ef6a5eac (patch) | |
tree | cf331873b8ad17cbc03afdbc1b5a26460f40be3b | |
parent | Unignore var/elpher-bookmarks.el (diff) | |
download | emacs-79d0a8accf224707469c1ea80e57e908ef6a5eac.tar.gz emacs-79d0a8accf224707469c1ea80e57e908ef6a5eac.zip |
Unignore etc/ too
It'll be easier to add files to unignore with this change.
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1408224..4bf508b 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -7,4 +7,7 @@ | |||
7 | # other files | 7 | # other files |
8 | !var/ | 8 | !var/ |
9 | var/* | 9 | var/* |
10 | !var/elpher-bookmarks.el \ No newline at end of file | 10 | !var/elpher-bookmarks.el |
11 | |||
12 | !etc/ | ||
13 | etc/* | ||