aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2024-09-15evil-pkg.el: Remove fileStefan Monnier
This file is auto-generated from headers in `evil.el` anyway. * evil.el: Synchronize metadata with what was in `evil-pkg.el`. * .gitignore: Add `evil-pkg.el`. * Makefile (VERSION): Fetch the info from `evil.el`. (elpa-pkg.el): New rule to (re)generate the file. (elpa): Use it (not sure if EASK needs it, tho).
2024-05-31ci: Use Eask to test macos and windows (#1885)Jen-Chieh Shen
* ci: Use Eask to test macos and windows * ci: Install eask * ci: Fix jump file test * revert spaces * ci: skip find-file test on windows * ci: Revert original test for windows * Delete Cask file * ci: Exclude tests on macos below 28.x
2023-07-05Generate docstringdb.json at build timeAxel Forsman
Closes #1544. Note that the generated Texinfo file cannot be removed as it is built by Sphinx which is not available during ELPA package builds.
2019-12-19Add texinfo fileEivind Fonn
2019-12-19Use sphinx for documentationEivind Fonn
2019-12-11Create a doc makefileEivind Fonn
2019-11-19Tests: ignore some auxiliary testing outputEivind Fonn
2019-10-31Ignore autoloads file when presentEivind Fonn
2012-02-09Ignore Info compilation filesVegard Øye
Add their file extensions to .gitignore.
2011-08-11Make automatic dependencies depend on .elc filesFrank Fischer
2011-03-01Initial commitVegard Øye