From 2cc9eee3e6f50e153595ace7857c2c71ddab8acf Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 11 Jan 2011 13:01:44 +0100 Subject: [PATCH] gitignore: updates --- .gitignore | 2 ++ docs/.gitignore | 1 + docs/libs/.gitignore | 22 ++++++++++++++++++++++ examples/.gitignore | 1 + gst/rtsp-server/.gitignore | 2 ++ 5 files changed, 28 insertions(+) create mode 100644 docs/.gitignore create mode 100644 docs/libs/.gitignore create mode 100644 gst/rtsp-server/.gitignore diff --git a/.gitignore b/.gitignore index 16f8566..780c799 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- 2.7.4