diff options
author | Yuchen Pei <id@ypei.org> | 2023-06-26 17:28:40 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-06-26 17:28:40 +1000 |
commit | a52cc6222a66242e62cc0869aa77b099b2b038b5 (patch) | |
tree | 29a24ce2165206f60e7a14091b8c2c5765dbd4b2 /.gitignore | |
parent | 07c135a7ce5769dd2cf3076eab790d2514fef97d (diff) |
Prepare for elpa
* .gitignore: Adding elc
* README.org: minor changes to intro and todos
* buildbot-client.el: minor formatting and documentation fix
* buildbot-utils.el: minor formatting fix
* buildbot-view.el: minor formatting and require fix
* buildbot.el: minor keywords and formatting fix
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1 +1,2 @@ -*~
\ No newline at end of file +*~ +*.elc
\ No newline at end of file |