From 582fcaffcd8403b0de3c1039ae525d0bd4b9c63b Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Mon, 1 Jan 2001 00:44:45 +0000 Subject: [PATCH] hopefully one last update to the examples .cvsignores Original commit message from CVS: hopefully one last update to the examples .cvsignores --- examples/autoplug/.gitignore | 1 - examples/helloworld/.gitignore | 1 - examples/helloworld2/.gitignore | 1 - examples/launch/Makefile | 9 --------- examples/queue/.gitignore | 1 - examples/queue2/.gitignore | 1 - examples/queue3/.gitignore | 1 - examples/queue4/.gitignore | 1 - examples/thread/.gitignore | 1 - examples/xml/.gitignore | 1 - tests/old/examples/autoplug/.gitignore | 1 - tests/old/examples/helloworld/.gitignore | 1 - tests/old/examples/helloworld2/.gitignore | 1 - tests/old/examples/launch/Makefile | 9 --------- tests/old/examples/queue/.gitignore | 1 - tests/old/examples/queue2/.gitignore | 1 - tests/old/examples/queue3/.gitignore | 1 - tests/old/examples/queue4/.gitignore | 1 - tests/old/examples/thread/.gitignore | 1 - tests/old/examples/xml/.gitignore | 1 - 20 files changed, 36 deletions(-) delete mode 100644 examples/launch/Makefile delete mode 100644 tests/old/examples/launch/Makefile diff --git a/examples/autoplug/.gitignore b/examples/autoplug/.gitignore index 72aa0dd0f8..a2911a80f7 100644 --- a/examples/autoplug/.gitignore +++ b/examples/autoplug/.gitignore @@ -1,2 +1 @@ -Makefile autoplug diff --git a/examples/helloworld/.gitignore b/examples/helloworld/.gitignore index ecc3f3e5d2..31e0fce560 100644 --- a/examples/helloworld/.gitignore +++ b/examples/helloworld/.gitignore @@ -1,2 +1 @@ -Makefile helloworld diff --git a/examples/helloworld2/.gitignore b/examples/helloworld2/.gitignore index a4d886c5a0..907ddb903c 100644 --- a/examples/helloworld2/.gitignore +++ b/examples/helloworld2/.gitignore @@ -1,2 +1 @@ -Makefile helloworld2 diff --git a/examples/launch/Makefile b/examples/launch/Makefile deleted file mode 100644 index 58f022ff04..0000000000 --- a/examples/launch/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CC = libtool gcc - -launch: launch.c - $(CC) -Wall -I../../ ../../gst/libgst.la `gnome-config --cflags --libs gnomeui` launch.c -o launch - -clean: - rm -f *.o launch - - diff --git a/examples/queue/.gitignore b/examples/queue/.gitignore index b7dd5275b2..1fff7bceef 100644 --- a/examples/queue/.gitignore +++ b/examples/queue/.gitignore @@ -1,2 +1 @@ -Makefile queue diff --git a/examples/queue2/.gitignore b/examples/queue2/.gitignore index ca0136adcb..03786f3649 100644 --- a/examples/queue2/.gitignore +++ b/examples/queue2/.gitignore @@ -1,2 +1 @@ -Makefile queue2 diff --git a/examples/queue3/.gitignore b/examples/queue3/.gitignore index b89de200c9..893afcd981 100644 --- a/examples/queue3/.gitignore +++ b/examples/queue3/.gitignore @@ -1,2 +1 @@ -Makefile queue3 diff --git a/examples/queue4/.gitignore b/examples/queue4/.gitignore index be5981bce1..127824e9ac 100644 --- a/examples/queue4/.gitignore +++ b/examples/queue4/.gitignore @@ -1,2 +1 @@ -Makefile queue4 diff --git a/examples/thread/.gitignore b/examples/thread/.gitignore index 97ca9711ca..8502cd465f 100644 --- a/examples/thread/.gitignore +++ b/examples/thread/.gitignore @@ -1,2 +1 @@ -Makefile thread diff --git a/examples/xml/.gitignore b/examples/xml/.gitignore index 8b69bc8eef..225a4c968e 100644 --- a/examples/xml/.gitignore +++ b/examples/xml/.gitignore @@ -1,4 +1,3 @@ -Makefile createxml runxml xmlTest.gst diff --git a/tests/old/examples/autoplug/.gitignore b/tests/old/examples/autoplug/.gitignore index 72aa0dd0f8..a2911a80f7 100644 --- a/tests/old/examples/autoplug/.gitignore +++ b/tests/old/examples/autoplug/.gitignore @@ -1,2 +1 @@ -Makefile autoplug diff --git a/tests/old/examples/helloworld/.gitignore b/tests/old/examples/helloworld/.gitignore index ecc3f3e5d2..31e0fce560 100644 --- a/tests/old/examples/helloworld/.gitignore +++ b/tests/old/examples/helloworld/.gitignore @@ -1,2 +1 @@ -Makefile helloworld diff --git a/tests/old/examples/helloworld2/.gitignore b/tests/old/examples/helloworld2/.gitignore index a4d886c5a0..907ddb903c 100644 --- a/tests/old/examples/helloworld2/.gitignore +++ b/tests/old/examples/helloworld2/.gitignore @@ -1,2 +1 @@ -Makefile helloworld2 diff --git a/tests/old/examples/launch/Makefile b/tests/old/examples/launch/Makefile deleted file mode 100644 index 58f022ff04..0000000000 --- a/tests/old/examples/launch/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CC = libtool gcc - -launch: launch.c - $(CC) -Wall -I../../ ../../gst/libgst.la `gnome-config --cflags --libs gnomeui` launch.c -o launch - -clean: - rm -f *.o launch - - diff --git a/tests/old/examples/queue/.gitignore b/tests/old/examples/queue/.gitignore index b7dd5275b2..1fff7bceef 100644 --- a/tests/old/examples/queue/.gitignore +++ b/tests/old/examples/queue/.gitignore @@ -1,2 +1 @@ -Makefile queue diff --git a/tests/old/examples/queue2/.gitignore b/tests/old/examples/queue2/.gitignore index ca0136adcb..03786f3649 100644 --- a/tests/old/examples/queue2/.gitignore +++ b/tests/old/examples/queue2/.gitignore @@ -1,2 +1 @@ -Makefile queue2 diff --git a/tests/old/examples/queue3/.gitignore b/tests/old/examples/queue3/.gitignore index b89de200c9..893afcd981 100644 --- a/tests/old/examples/queue3/.gitignore +++ b/tests/old/examples/queue3/.gitignore @@ -1,2 +1 @@ -Makefile queue3 diff --git a/tests/old/examples/queue4/.gitignore b/tests/old/examples/queue4/.gitignore index be5981bce1..127824e9ac 100644 --- a/tests/old/examples/queue4/.gitignore +++ b/tests/old/examples/queue4/.gitignore @@ -1,2 +1 @@ -Makefile queue4 diff --git a/tests/old/examples/thread/.gitignore b/tests/old/examples/thread/.gitignore index 97ca9711ca..8502cd465f 100644 --- a/tests/old/examples/thread/.gitignore +++ b/tests/old/examples/thread/.gitignore @@ -1,2 +1 @@ -Makefile thread diff --git a/tests/old/examples/xml/.gitignore b/tests/old/examples/xml/.gitignore index 8b69bc8eef..225a4c968e 100644 --- a/tests/old/examples/xml/.gitignore +++ b/tests/old/examples/xml/.gitignore @@ -1,4 +1,3 @@ -Makefile createxml runxml xmlTest.gst