More entries for the gitignores

This commit is contained in:
Jan Schmidt 2009-01-23 23:38:10 +00:00
parent 3733a2ef8c
commit 093e555473
4 changed files with 12 additions and 0 deletions

8
.gitignore vendored
View file

@ -24,3 +24,11 @@ autoregen.sh
ABOUT-NLS ABOUT-NLS
_stdint.h _stdint.h
gst-plugins-good-*.tar.* gst-plugins-good-*.tar.*
.deps
.libs
*.lo
*.la
*.o
Makefile.in
Makefile

View file

@ -16,6 +16,7 @@ html
sgml sgml
xml xml
*.stamp *.stamp
*.bak
gst-plugins-good-plugins-scan gst-plugins-good-plugins-scan
gst-plugins-good-plugins-scan.c gst-plugins-good-plugins-scan.c

1
po/.gitignore vendored
View file

@ -6,6 +6,7 @@ POTFILES
cat-id-tbl.c cat-id-tbl.c
*.pot *.pot
Makefile.in.in Makefile.in.in
Makefile.in.in.orig
Makevars.template Makevars.template
Rules-quot Rules-quot
boldquot.sed boldquot.sed

2
tests/examples/audiofx/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
firfilter-example
iirfilter-example