diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2008-02-07 08:58:45 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2008-02-07 08:58:45 -0800 |
commit | 5dd34c6aeeee55e02df93c8474854607b5f0de1d (patch) | |
tree | d35e1f78b8feb8a23a061a8fdd5f9c85ab5de008 /.gitignore |
Initial commit of boring string library and test app
This is a very simple string library, which probably does lots of wrong
things.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f9a7ace --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*.o +*.lo +*.la +.deps +.libs +/auto +/autom4te.cache +Makefile.in +Makefile +aclocal.m4 +config.cache +config.log +config.status +configure +libtool +test |