From: Erwin Janssen Date: Mon, 4 Jul 2016 13:59:25 +0000 (+0200) Subject: Grouped files generated by configure in ignore files. X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~11^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6c4bc91c4edf37a10356951deca618245314926;p=graphviz Grouped files generated by configure in ignore files. This way it's clear which files are ignored because of the configure build step. Also added some files to the exeption list that are not generated by the configure step, are included in the repository, but ignored by the original ignore rules. --- diff --git a/.gitignore b/.gitignore index 34eedd7ad..e6940078e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,16 +13,9 @@ rtest*.tar.gz* *.so *.so.* *.soT -*.pc .libs -.deps -libtool -Makefile COPYING -Doxyfile doxygen -builddate.h -stamp-h1 FEATURE pkgIndex.tcl SWIGTYPE* @@ -193,8 +186,6 @@ tclpkg/gv/swig.ml tclpkg/gv/swig.mli tclpkg/tcldot/tcldot.3tcl.pdf tclpkg/tkspline/tkspline.3tk.pdf -windows/Properties/AssemblyInfo.cs -windows/build/graphviz.wxs # Files generated by autogen.sh and autoreconf *.m4 @@ -215,6 +206,42 @@ libltdl/** /INSTALL Makefile.in +# Files generated by configure +/Doxyfile +/ast_common.h +/builddate.h +/config.cache +/config.h +/config.h.in~ +/config.log +/config.status +/libtool +/graphviz.spec +/stamp-h1 +.deps +Makefile +!contrib/pangotest/Makefile +!doc/**/Makefile +doc/Makefile +doc/info/Makefile +doc/schema/Makefile +!dot.demo/Makefile +!lib/inkpot/test/Makefile +!rtest2/Makefile +!windows/build/Makefile +!windows/prebuild/Makefile +*.pc +cmd/gvedit/gvedit.pro +debian/changelog +lib/common/stamp-h2 +lib/common/types.h +macosx/Info.plist +macosx/build/graphviz.pmdoc/01local.xml +macosx/build/graphviz.pmdoc/02graphviz.xml +tclpkg/gv/META.gv +windows/Properties/AssemblyInfo.cs +windows/build/graphviz.wxs + # Folders generated by Visual Studio builds **/Debug/** **/Release/** diff --git a/.hgignore b/.hgignore index 34eedd7ad..e6940078e 100644 --- a/.hgignore +++ b/.hgignore @@ -13,16 +13,9 @@ rtest*.tar.gz* *.so *.so.* *.soT -*.pc .libs -.deps -libtool -Makefile COPYING -Doxyfile doxygen -builddate.h -stamp-h1 FEATURE pkgIndex.tcl SWIGTYPE* @@ -193,8 +186,6 @@ tclpkg/gv/swig.ml tclpkg/gv/swig.mli tclpkg/tcldot/tcldot.3tcl.pdf tclpkg/tkspline/tkspline.3tk.pdf -windows/Properties/AssemblyInfo.cs -windows/build/graphviz.wxs # Files generated by autogen.sh and autoreconf *.m4 @@ -215,6 +206,42 @@ libltdl/** /INSTALL Makefile.in +# Files generated by configure +/Doxyfile +/ast_common.h +/builddate.h +/config.cache +/config.h +/config.h.in~ +/config.log +/config.status +/libtool +/graphviz.spec +/stamp-h1 +.deps +Makefile +!contrib/pangotest/Makefile +!doc/**/Makefile +doc/Makefile +doc/info/Makefile +doc/schema/Makefile +!dot.demo/Makefile +!lib/inkpot/test/Makefile +!rtest2/Makefile +!windows/build/Makefile +!windows/prebuild/Makefile +*.pc +cmd/gvedit/gvedit.pro +debian/changelog +lib/common/stamp-h2 +lib/common/types.h +macosx/Info.plist +macosx/build/graphviz.pmdoc/01local.xml +macosx/build/graphviz.pmdoc/02graphviz.xml +tclpkg/gv/META.gv +windows/Properties/AssemblyInfo.cs +windows/build/graphviz.wxs + # Folders generated by Visual Studio builds **/Debug/** **/Release/**