diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-07-15 13:14:16 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-08-10 10:34:20 +0100 |
commit | 25f8f6453ea22cfc8e77575f3899acd952d85c6c (patch) | |
tree | f2a3e19c2dd00dd1cf9c08fb2da11fe8c9c53abb /.gitignore | |
parent | c4bab487e700d932626d02c3df0bb4fc3b677358 (diff) |
tag: add mklicensestables utility
Add (uninstalled) tool to create licenses-table.dat from liblicense's
RDF files. It's not very pretty and makes loats of assumptions about
the input, but should work. If things change, we can fix it then.
https://bugzilla.gnome.org/show_bug.cgi?id=646868
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 005392e43..78f083eac 100644 --- a/.gitignore +++ b/.gitignore @@ -43,8 +43,9 @@ Makefile *.gir *.typelib -gst-libs/gst/pbutils/gstpluginsbaseversion.h -gst-libs/gst/tag/mklangtables +/gst-libs/gst/pbutils/gstpluginsbaseversion.h +/gst-libs/gst/tag/mklangtables +/gst-libs/gst/tag/mklicensestables tmp-orc.c gst*orc.h |