From: Erwin Janssen Date: Mon, 4 Jul 2016 11:28:19 +0000 (+0200) Subject: Grouped files generated by autogen and added missing. X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~11^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8907e02c7504f2810bdf27db51b43c164fa7127e;p=graphviz Grouped files generated by autogen and added missing. Now it's more clear which files are ignored because they are generated by autogen.sh and autoreconf. These commands also generated some files which were not ignored, so I added these to the ignore files. --- diff --git a/.gitignore b/.gitignore index 8499e75bc..fb8f61789 100644 --- a/.gitignore +++ b/.gitignore @@ -17,18 +17,10 @@ rtest*.tar.gz* .libs .deps libtool -libltdl -m4 -configure Makefile -Makefile.in -autom4te.cache COPYING Doxyfile doxygen -INSTALL -aclocal.m4 -version.m4 builddate.h stamp-h1 FEATURE @@ -204,6 +196,25 @@ tclpkg/tkspline/tkspline.3tk.pdf windows/Properties/AssemblyInfo.cs windows/build/graphviz.wxs +# Files generated by autogen.sh and autoreconf +*.m4 +!m4/glib-gettext.m4 +!m4/ming.m4 +!m4/iconv.m4 +!m4/lib-ld.m4 +!m4/lib-link.m4 +!m4/lib-prefix.m4 +!lib/gd/aclocal.m4 +config/** +!config/config_* +!config/config.rpath +libltdl/** +/autom4te.cache +/config.h.in +/configure +/INSTALL +Makefile.in + # Ignore folders generated by Visual Studio builds **/Debug/** **/Release/** diff --git a/.hgignore b/.hgignore index 8499e75bc..fb8f61789 100644 --- a/.hgignore +++ b/.hgignore @@ -17,18 +17,10 @@ rtest*.tar.gz* .libs .deps libtool -libltdl -m4 -configure Makefile -Makefile.in -autom4te.cache COPYING Doxyfile doxygen -INSTALL -aclocal.m4 -version.m4 builddate.h stamp-h1 FEATURE @@ -204,6 +196,25 @@ tclpkg/tkspline/tkspline.3tk.pdf windows/Properties/AssemblyInfo.cs windows/build/graphviz.wxs +# Files generated by autogen.sh and autoreconf +*.m4 +!m4/glib-gettext.m4 +!m4/ming.m4 +!m4/iconv.m4 +!m4/lib-ld.m4 +!m4/lib-link.m4 +!m4/lib-prefix.m4 +!lib/gd/aclocal.m4 +config/** +!config/config_* +!config/config.rpath +libltdl/** +/autom4te.cache +/config.h.in +/configure +/INSTALL +Makefile.in + # Ignore folders generated by Visual Studio builds **/Debug/** **/Release/**