From 5058a94ee717d96285da20423324af3478df175d Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 25 Feb 2013 01:38:36 -0500 Subject: Expand the loadable object support. Provide a simple API for loaded objects to interact with GNU make. I still won't guarantee that this API won't change but it's much closer to something that's supported and provides easy-to-use interfaces with a public header file. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5d0af62..0173826 100644 --- a/.gitignore +++ b/.gitignore @@ -42,4 +42,5 @@ config.ami config.h-vms config.h.W32 configh.dos -make*.tar.* +make-[0-9]*/ +make-[0-9]*.tar.* -- cgit v1.2.3