summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore8
-rw-r--r--docs/plugins/.gitignore1
-rw-r--r--po/.gitignore1
-rw-r--r--tests/examples/audiofx/.gitignore2
4 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2466436e..426a4ad4 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 af6814d8..8072a702 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 fbf1f1c0..93d00beb 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 00000000..d0d56dc6
--- /dev/null
+++ b/tests/examples/audiofx/.gitignore
@@ -0,0 +1,2 @@
+firfilter-example
+iirfilter-example