diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-09-05 13:55:27 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-09-05 13:55:27 +0200 |
commit | c40212f2016579aa788fc86f729a6ef500f649b4 (patch) | |
tree | 3e1ecadde15015fce03d90465bd9f753905e16f0 /.gitignore | |
parent | 40aba9e0dc79bb75c883274a68cac5c4acdacb47 (diff) | |
download | gstreamer-plugins-base-c40212f2016579aa788fc86f729a6ef500f649b4.tar.gz |
introspection: Add *.gir and *.typelib to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 27c2603c6..346670975 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,5 @@ gst-plugins-base-*.tar* /m4 Makefile.in Makefile +*.gir +*.typelib |