diff options
author | Edward Hervey <edward.hervey@collabora.co.uk> | 2011-01-11 13:01:44 +0100 |
---|---|---|
committer | Edward Hervey <edward.hervey@collabora.co.uk> | 2011-01-11 13:04:31 +0100 |
commit | 2cc9eee3e6f50e153595ace7857c2c71ddab8acf (patch) | |
tree | 3fbcda886a09fbadb973a3ad46ddde8b3aa8df1f | |
parent | f2ed39c9e674cd6f535e0d1c97a550311dcda32c (diff) |
gitignore: updates
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | docs/.gitignore | 1 | ||||
-rw-r--r-- | docs/libs/.gitignore | 22 | ||||
-rw-r--r-- | examples/.gitignore | 1 | ||||
-rw-r--r-- | gst/rtsp-server/.gitignore | 2 |
5 files changed, 28 insertions, 0 deletions
@@ -10,6 +10,7 @@ *~ .deps .libs +ABOUT-NLS INSTALL Makefile Makefile.in @@ -21,6 +22,7 @@ config.guess config.h config.h.in config.log +config.rpath config.status config.sub configure diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..e5a7abe --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1 @@ +version.entities diff --git a/docs/libs/.gitignore b/docs/libs/.gitignore new file mode 100644 index 0000000..511b34c --- /dev/null +++ b/docs/libs/.gitignore @@ -0,0 +1,22 @@ +*.stamp +html +tmpl +xml +Makefile +Makefile.in +*-decl.txt +*-decl-list.txt +*-presed-scan.c +*-undeclared.txt +*-undocumented.txt +*-unused.txt +*-overrides.txt +*.args +*.hierarchy +*.interfaces +*.prerequisites +*.signals +doc-registry.xml + +*-unused.sgml +*.bak diff --git a/examples/.gitignore b/examples/.gitignore index 653f26d..b5dd6b2 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -4,3 +4,4 @@ test-ogg test-readme test-sdp test-video +test-uri diff --git a/gst/rtsp-server/.gitignore b/gst/rtsp-server/.gitignore new file mode 100644 index 0000000..f94bcca --- /dev/null +++ b/gst/rtsp-server/.gitignore @@ -0,0 +1,2 @@ +GstRtspServer-0.10.gir +GstRtspServer-0.10.typelib |