diff options
author | Case Duckworth | 2020-12-11 18:32:19 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-11 18:32:19 -0600 |
commit | 8a8ee8e243c3ffc8530e4794c575744451998d2d (patch) | |
tree | bf656dbac62d1ebfce435fcb07eea811aad2bb13 /.gitignore | |
parent | Change to undo-fu (diff) | |
download | emacs-8a8ee8e243c3ffc8530e4794c575744451998d2d.tar.gz emacs-8a8ee8e243c3ffc8530e4794c575744451998d2d.zip |
Unignore {,early-}init.el
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 75583aa..b841e9e 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -4,6 +4,7 @@ | |||
4 | # except ... | 4 | # except ... |
5 | !config.org | 5 | !config.org |
6 | !init.el | 6 | !init.el |
7 | !early-init.el | ||
7 | !.gitignore | 8 | !.gitignore |
8 | !README.md | 9 | !README.md |
9 | 10 | ||