summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2008-02-13 09:16:16 -0800
committerDan Nicholson <dbn.lists@gmail.com>2008-02-13 09:17:35 -0800
commit0bb80e0a96bcb1d5e81d9df7f9d942a4df3d373d (patch)
treeb124f9c5e5c64fa0d4071850d73d24c04e56b90d /.gitignore
parent91bee3f907641cd2c6d6547f217fb03eae9e0906 (diff)
Add dependency types and functions and a simple test program
Add a dependency API using the dep struct. This structure contains a name string and a NULL terminated array of dependencies. A few accessor type functions have been created.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f9a7ace..429da5e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ config.status
configure
libtool
test
+tdep