[libdvdnav-devel] [PATCH 4/8] Add a .gitignore file.

Diego Biurrun diego at biurrun.de
Wed Nov 6 15:52:55 CET 2013


On Wed, Nov 06, 2013 at 03:19:40PM +0100, Jean-Baptiste Kempf wrote:
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,25 @@
> +*.la
> +*.lo
> +*.o
> +*~
> +.deps/
> +.libs/
> +/aclocal.m4
> +/autom4te.cache/
> +/config.guess
> +/config.h
> +/config.h.in
> +/config.log
> +/config.status
> +/config.sub
> +/configure
> +/depcomp
> +/install-sh
> +/libtool
> +/ltmain.sh
> +/misc/*.pc
> +/misc/libdvdread.spec
> +/missing
> +/stamp-h1
> +Makefile
> +Makefile.in

At least the last two should start with / now that there is no recursive
build system anymore.  Maybe .deps and .libs as well.

Diego


More information about the libdvdnav-devel mailing list