summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-02-25 01:38:36 -0500
committerPaul Smith <psmith@gnu.org>2013-02-25 01:38:36 -0500
commit50ba7088f3fe2ef854acbfdc90bd93498f3f0f4c (patch)
treefa24d78c8f51c77371464d6c03b3aaf886c8f86a /.gitignore
parent103ecab8bf3395cfd3a690fe89f0a63653d83cf8 (diff)
downloadmake-50ba7088f3fe2ef854acbfdc90bd93498f3f0f4c.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5d0af62a..0173826b 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.*