From 7dad24cb3d807d2aef23583aac2d48b70edb1903 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Wed, 8 Oct 2025 02:10:24 -0700 Subject: initial version of the Mantis Smalltech plugin this plugin will hold whatever style and navigation changes we wind up making to Mantis over time. the plan is to eventually publish it as part of Smalltech. as of this initial version, it makes the b/37 syntax work for links to Mantis bugs (per the feature request tracked in that same bug) Force-Push: initial development in a new repo Change-Id: Ie98e8abc9658fdf673b2feb23fb1323fa9b1b1c4 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..39eac8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +result +*.swp +.direnv +vendor + -- cgit 1.4.1