[PATCH] dmapi: add .gitignore

Eric Sandeen sandeen at sandeen.net
Wed Apr 29 09:18:16 CDT 2009


Christoph Hellwig wrote:
> Signed-off-by: Christoph Hellwig <hch at lst.de>
> 
> Index: dmapi-dev/.gitignore
> ===================================================================
> --- /dev/null	1970-01-01 00:00:00.000000000 +0000
> +++ dmapi-dev/.gitignore	2009-04-29 15:37:28.128650851 +0200
> @@ -0,0 +1,39 @@
> +# object files
> +*.o
> +
> +# build system
> +.census
> +Logs/
> +include/builddefs
> +install-sh
> +
> +# magic diretory symlinks
> +include/xfs
> +
> +# Makepgs
> +build/src-manifest
> +build/dmapi-*.tar.gz
> +doc/CHANGES.gz
> +dmapi-*
> +
> +# autoconf generated files
> +aclocal.m4
> +autom4te.cache/
> +config.guess
> +config.log
> +config.status
> +config.sub
> +configure
> +
> +# libtool
> +libtool
> +ltmain.sh
> +*.lo
> +*.la
> +.libs
> +
> +# quilt stuff
> +.pc/
> +patches/
> +
> +# binaries

(could add cscope/ too ...)

Reviewed-by: Eric Sandeen <sandeen at sandeen.net>




More information about the xfs mailing list