[Click] Ignore more generated files

Eddie Kohler kohler at cs.ucla.edu
Sun Nov 9 13:38:18 EST 2008


Thanks, checked in!  Except I didn't check in the "+configure" part, since 
configure is actually checked into the repository, it is not an ignorable file.

Eddie


Bart Braem wrote:
> Hi list,
> 
> While checking out the latest git version I noticed that quite a lot  
> of files are being generated that are not ignored by git. That makes  
> it more difficult to do a git diff as you have to ignore those files.  
> So here's a patch to ignore more generated files.
> 
> Regards,
> Bart
> 
> diff --git a/.gitignore b/.gitignore
> index f52c927..44d318e 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -2,6 +2,8 @@ config.log
>   config.cache
>   config.status
>   config.h
> +config.mk
> +configure
>   click-buildtool
>   click-compile
>   elementmap
> @@ -14,3 +16,5 @@ man
>   autom4te*
>   +*
>   depcomp
> +*.o
> +installch
> diff --git a/userlevel/.gitignore b/userlevel/.gitignore
> index 002346b..f531fc3 100644
> --- a/userlevel/.gitignore
> +++ b/userlevel/.gitignore
> @@ -4,3 +4,4 @@ click
>   elements.conf
>   elements.mk
>   elements.cc
> +libclick.a
> 



More information about the click mailing list