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 -- Bart Braem PATS research group - IBBT Dept. of Mathematics and Computer Sciences University of Antwerp Campus Middelheim, G3.30 Middelheimlaan 1 B-2020 Antwerpen, Belgium Phone: +32 (0)3 265.32.91 Fax: +32 (0)3 265.37.77 Web: www.pats.ua.ac.be _______________________________________________ click mailing list click@amsterdam.lcs.mit.edu https://amsterdam.lcs.mit.edu/mailman/listinfo/click