diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-05-03 12:27:54 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-05-07 00:37:11 -0400 |
commit | 4d386818291d2e3b4072b188ab93e522968ea53e (patch) | |
tree | 0232d1ae10598283c472020d4676d30b188b7b46 /.gitignore | |
parent | 776393889a3be6f79f800506ccc1587d635cc903 (diff) | |
download | piem-4d386818291d2e3b4072b188ab93e522968ea53e.tar.gz |
piem: Sketch a base
This does nothing useful, but the idea is that it never will do much
of anything on its own. Different libraries---piem-notmuch,
piem-elfeed, piem-gnus, and so on---will populate its hooks, teaching
it how to extract information.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1 +1,2 @@ +*.elc *.info |