From: Erwin Janssen Date: Sun, 12 Jun 2016 11:20:18 +0000 (+0200) Subject: Ignore autogenerated files, but not those for Windows. X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~4^2~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=469a5fe36bfa318964b5c8e049b32de917c7e6c6;p=graphviz Ignore autogenerated files, but not those for Windows. --- diff --git a/.gitignore b/.gitignore index 8936cb3d2..d5c3c7397 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,6 @@ doxygen INSTALL aclocal.m4 version.m4 -builddate.h stamp-h1 FEATURE pkgIndex.tcl @@ -201,6 +200,13 @@ tclpkg/tkspline/tkspline.3tk.pdf windows/Properties/AssemblyInfo.cs windows/build/graphviz.wxs +# Ignore these autogenerated configuration files, +# but keep the versions in windows/include. +ast_common.h +builddate.h +config.h +!windows/include** + # Ignore folders generated by Visual Studio builds **/Debug/** **/Release/**