diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2015-09-21T05·31+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2015-09-21T05·31+0800 |
commit | 623db8b378949b0dd863bd8ee069417973b69bad (patch) | |
tree | 3e5820ae9c1559b85bc6dec7b6546e13ec8cd9aa /.gitignore | |
parent | 9f30672b15abd84e5755ed36f505830e80739b13 (diff) |
Minor fixes for packaging
* .gitignore: Add ELPA files. * exwm-workspace.el: Autoload exwm-workspace-switch. * README.org: Renamed from README.md; add an installation note.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c531d9867f6c..9e4b0ee5b48e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *.elc +*-pkg.el +*-autoloads.el |