From 093e555473155c01e40b71115243a6ba77c7e890 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 23 Jan 2009 23:38:10 +0000 Subject: [PATCH] More entries for the gitignores --- .gitignore | 8 ++++++++ docs/plugins/.gitignore | 1 + po/.gitignore | 1 + tests/examples/audiofx/.gitignore | 2 ++ 4 files changed, 12 insertions(+) create mode 100644 tests/examples/audiofx/.gitignore diff --git a/.gitignore b/.gitignore index 2466436..426a4ad 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,11 @@ autoregen.sh ABOUT-NLS _stdint.h gst-plugins-good-*.tar.* + +.deps +.libs +*.lo +*.la +*.o +Makefile.in +Makefile diff --git a/docs/plugins/.gitignore b/docs/plugins/.gitignore index af6814d..8072a70 100644 --- a/docs/plugins/.gitignore +++ b/docs/plugins/.gitignore @@ -16,6 +16,7 @@ html sgml xml *.stamp +*.bak gst-plugins-good-plugins-scan gst-plugins-good-plugins-scan.c diff --git a/po/.gitignore b/po/.gitignore index fbf1f1c..93d00be 100644 --- a/po/.gitignore +++ b/po/.gitignore @@ -6,6 +6,7 @@ POTFILES cat-id-tbl.c *.pot Makefile.in.in +Makefile.in.in.orig Makevars.template Rules-quot boldquot.sed diff --git a/tests/examples/audiofx/.gitignore b/tests/examples/audiofx/.gitignore new file mode 100644 index 0000000..d0d56dc --- /dev/null +++ b/tests/examples/audiofx/.gitignore @@ -0,0 +1,2 @@ +firfilter-example +iirfilter-example -- 2.7.4