]> granicus.if.org Git - graphviz/commitdiff
Grouped files generated by configure in ignore files.
authorErwin Janssen <erwinjanssen@outlook.com>
Mon, 4 Jul 2016 13:59:25 +0000 (15:59 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Mon, 4 Jul 2016 14:02:29 +0000 (16:02 +0200)
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.

.gitignore
.hgignore

index 34eedd7ad514da711be2dd4b1daf0b8eb55a7c49..e6940078ec2d9a96240975b1a3325519a0adeafa 100644 (file)
@@ -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/**
index 34eedd7ad514da711be2dd4b1daf0b8eb55a7c49..e6940078ec2d9a96240975b1a3325519a0adeafa 100644 (file)
--- 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/**