diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..2f8309c402 --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +INSTALL +Makefile +Makefile.in +aclocal.m4 +config.cache +config.guess +config.h +config.h.in +config.h-new +config.log +config.rpath +config.status* +config.sub +configure +libtool +ltconfig +ltmain.sh +missing +stamp-h +stamp-h.in +stamp.h +autom4te.cache +stamp-h1 +autoregen.sh +compile +depcomp +install-sh +mkinstalldirs +gstreamer-sharp-0.10.pc +.deps +.libs +*~ +*.exe +*.dll +*.la +*.lo +*.o diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000000..248420fa53 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,2 @@ +gstreamer-sharp-docs.tree +gstreamer-sharp-docs.zip diff --git a/gstreamer-sharp/.gitignore b/gstreamer-sharp/.gitignore new file mode 100644 index 0000000000..d908963640 --- /dev/null +++ b/gstreamer-sharp/.gitignore @@ -0,0 +1,8 @@ +generated/* +glue/generated.c +generated-stamp +AssemblyInfo.cs +gstreamer-api.xml +gstreamer-sharp.dll.config +gstreamer-sharp.dll.mdb +gstreamer-sharp.snk diff --git a/samples/.gitignore b/samples/.gitignore new file mode 100644 index 0000000000..2484a1bbc7 --- /dev/null +++ b/samples/.gitignore @@ -0,0 +1 @@ +*.dll.config