From 8d20ec3574fe5a75d1de20d4bb0668f89eda57a8 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 11 May 2009 10:38:44 +0200 Subject: [PATCH] add some .gitignore files --- .gitignore | 3 +++ common/m4/.gitignore | 5 +++++ examples/.gitignore | 5 +++++ pkgconfig/.gitignore | 2 ++ 4 files changed, 15 insertions(+) create mode 100644 common/m4/.gitignore create mode 100644 examples/.gitignore create mode 100644 pkgconfig/.gitignore diff --git a/.gitignore b/.gitignore index cb3b21f..120bc47 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ Makefile Makefile.in aclocal.m4 autom4te.cache +autoregen.sh compile config.guess config.h @@ -31,3 +32,5 @@ missing stamp-h1 bindings/python/rtspserver.c tags +gst-rtsp.spec +stamp-h.in diff --git a/common/m4/.gitignore b/common/m4/.gitignore new file mode 100644 index 0000000..38066dd --- /dev/null +++ b/common/m4/.gitignore @@ -0,0 +1,5 @@ +libtool.m4 +ltoptions.m4 +ltsugar.m4 +ltversion.m4 +lt~obsolete.m4 diff --git a/examples/.gitignore b/examples/.gitignore new file mode 100644 index 0000000..d254cb2 --- /dev/null +++ b/examples/.gitignore @@ -0,0 +1,5 @@ +test-launch +test-mp4 +test-ogg +test-readme +test-video diff --git a/pkgconfig/.gitignore b/pkgconfig/.gitignore new file mode 100644 index 0000000..bee7f7a --- /dev/null +++ b/pkgconfig/.gitignore @@ -0,0 +1,2 @@ +gst-rtsp-server-0.10.pc +gst-rtsp-server.pc -- 2.7.4