]> granicus.if.org Git - graphviz/commitdiff
Grouped files generated by autogen and added missing.
authorErwin Janssen <erwinjanssen@outlook.com>
Mon, 4 Jul 2016 11:28:19 +0000 (13:28 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Mon, 4 Jul 2016 11:50:29 +0000 (13:50 +0200)
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.

.gitignore
.hgignore

index 8499e75bc23177768692adf2344370e42d4ae28a..fb8f6178979cce6a6d624cb5d38cbf42999acc38 100644 (file)
@@ -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/**
index 8499e75bc23177768692adf2344370e42d4ae28a..fb8f6178979cce6a6d624cb5d38cbf42999acc38 100644 (file)
--- 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/**