]> granicus.if.org Git - graphviz/commitdiff
Synced .gitignore and .hgingore
authorErwin Janssen <erwinjanssen@outlook.com>
Mon, 4 Jul 2016 11:03:39 +0000 (13:03 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Mon, 4 Jul 2016 11:03:39 +0000 (13:03 +0200)
Both files should have the same contents, as ignored files are independent of version control.

.gitignore
.hgignore

index acb9e8cbd7ba5ffaabbae70ef349a8fde4f1cb48..8499e75bc23177768692adf2344370e42d4ae28a 100644 (file)
@@ -36,6 +36,8 @@ pkgIndex.tcl
 SWIGTYPE*
 tclpkg/*/gv.3*
 y.*
+
+
 cmd/dot/dot
 cmd/dot/dot_static
 cmd/dot/dot.1.pdf
index ea229876e6942583186bfe0e076afa33a6dbe3a5..8499e75bc23177768692adf2344370e42d4ae28a 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -2,7 +2,9 @@ syntax: glob
 *~
 *.o
 *.a
-graphviz*.tar.gz
+graphviz*.tar.gz*
+rtest*.tar.gz*
+*.ih
 *.la
 *.lai
 *.lo
@@ -18,7 +20,6 @@ libtool
 libltdl
 m4
 configure
-config.*
 Makefile
 Makefile.in
 autom4te.cache
@@ -27,7 +28,7 @@ Doxyfile
 doxygen
 INSTALL
 aclocal.m4
-ast_common.h
+version.m4
 builddate.h
 stamp-h1
 FEATURE
@@ -45,6 +46,8 @@ cmd/dot/osage.1.pdf
 cmd/dot/patchwork.1.pdf
 cmd/dotty/dotty
 cmd/dotty/dotty.1.pdf
+cmd/edgepaint/edgepaint
+cmd/edgepaint/edgepaint.1.pdf
 cmd/gvedit/attrs.txt
 cmd/gvedit/gvedit
 cmd/gvedit/gvedit.1.pdf
@@ -69,6 +72,8 @@ cmd/lefty/lefty
 cmd/lefty/lefty.1.pdf
 cmd/lneato/lneato
 cmd/lneato/lneato.1.pdf
+cmd/mingle/mingle
+cmd/mingle/mingle.1.pdf
 cmd/smyrna/smyrna
 cmd/smyrna/smyrna.1.pdf
 cmd/tools/acyclic
@@ -94,6 +99,7 @@ cmd/tools/gvcolor.1.pdf
 cmd/tools/gvgen
 cmd/tools/gvgen.1.pdf
 cmd/tools/gvpack
+cmd/tools/gvpack_static
 cmd/tools/gvpack.1.pdf
 cmd/tools/gxl2gv
 cmd/tools/gxl2gv.1.pdf
@@ -132,16 +138,20 @@ lib/common/htmlparse.c
 lib/common/htmlparse.h
 lib/common/ps_font_equiv.h
 lib/common/svgcolor_lib
+lib/common/stamp-h2
+lib/common/types.h
 lib/expr/exop.h
 lib/expr/exparse.c
 lib/expr/exparse.h
 lib/expr/expr.3.pdf
+lib/edgepaint/lab_gamut.3.pdf
 lib/gd/gd.html
 lib/graph/graph.3.pdf
 lib/graph/parser.c
 lib/graph/parser.h
 lib/gvc/gvc.3.pdf
 lib/gvpr/gdefs.h
+lib/gvpr/gvpr.3.pdf
 lib/gvpr/mkdefs
 lib/pack/pack.3.pdf
 lib/pathplan/pathplan.3.pdf
@@ -162,6 +172,9 @@ tclpkg/gv/gv.cmo
 tclpkg/gv/gv.cmx
 tclpkg/gv/gv.cmxa
 tclpkg/gv/gv.cs
+tclpkg/gv/gv.go
+tclpkg/gv/gv_gc.c
+tclpkg/gv/gv_go.cpp
 tclpkg/gv/gv.java
 tclpkg/gv/gv.ml
 tclpkg/gv/gv.mli
@@ -190,3 +203,13 @@ tclpkg/tcldot/tcldot.3tcl.pdf
 tclpkg/tkspline/tkspline.3tk.pdf
 windows/Properties/AssemblyInfo.cs
 windows/build/graphviz.wxs
+
+# Ignore folders generated by Visual Studio builds
+**/Debug/**
+**/Release/**
+
+# Ignore personal Visual Studio folders and files
+.vs/**
+*.VC.db
+*.VC.opendb
+*.vcxproj.user
\ No newline at end of file