aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* build: add make coverage target via undercoverCraig Jennings2026-05-051-0/+2
| | | | | | | | | | I want to track test coverage as I work through the upstream issue backlog, so I added an undercover-based flow that mirrors how `make test-unit` already runs each file in its own Cask Emacs process. The Makefile gets `make coverage` and `make coverage-clean`. A new helper at `tests/run-coverage-file.el` instruments `org-drill.el` before the source is loaded. Undercover merges per-file results into a single simplecov JSON at `.coverage/simplecov.json`. I added `undercover` as a Cask development dep and `.coverage/` to `.gitignore` so the report stays local. I also renamed `make install` to `make setup`. The old name read like "deploy the package onto my system," but the target only installs Cask deps into the local `.cask/` directory. `setup` is closer to what it actually does, and all the internal `: install` prerequisites move with it. Baseline at this commit is 10.8% (208/1928 lines on org-drill.el).
* chore: gitignore todo.orgCraig Jennings2026-04-291-0/+1
| | | | The maintenance notes weren't meant to live in public history. Removed from past commits via filter-repo.
* org-drill: Implement custom drawer hiding functionCraig Jennings2025-11-121-0/+1
| | | | | | | | | Replace `org-cycle-hide-drawers` with a new `org-drill-hide-drawers` function for more reliable drawer hiding in org-drill. This change enhances the drill display by ensuring all drawers, including the PROPERTIES drawer, are consistently hidden during presentations. The custom function iterates through entries and hides the designated regions, improving the user experience during interactive sessions.
* update gitignore to exclude all org files in robots dir ending in -copyBrandon Webster2020-04-121-8/+2
|
* Update gitignore for generated filePhillip Lord2019-07-201-0/+1
|
* Ignore created elpa directoryPhillip Lord2019-07-081-0/+1
|
* Spanish card fixes and full test setPhillip Lord2019-06-211-0/+1
|
* Add leitner robot test and fixPhillip Lord2019-06-171-0/+2
|
* Robot test all card typesPhillip Lord2019-06-171-0/+1
| | | | Fix multiple missing session parameters.
* Add lexical-bindingPhillip Lord2019-06-151-0/+1
|
* Remove org-drill-new-entriesPhillip Lord2019-06-151-0/+1
|
* Update robot, Fix remaining CL dependenciesPhillip Lord2019-06-151-0/+1
| | | | | The robot test now includes "with-typing" input. This uncovered some more usages of cl.el which are now gone.
* Port to cl-libPhillip Lord2019-06-141-0/+2
|
* Removed generated filePhillip Lord2019-06-131-0/+1
|
* Update gitignorePhillip Lord2019-06-081-1/+2
|
* Update gitignorePhillip Lord2019-06-081-1/+2
|
* Remove generated filePhillip Lord2019-06-081-0/+1
|
* Enable cask testingPhillip Lord2019-06-021-0/+1
- Update headers to standard - Add Makefile, Cask and docker scripts - Add test directory - .gitignore