From: Erwin Janssen Date: Mon, 4 Jul 2016 11:03:39 +0000 (+0200) Subject: Synced .gitignore and .hgingore X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~11^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6d6d0903d1ec9cc1676e7b85fa681f2f60890b4;p=graphviz Synced .gitignore and .hgingore Both files should have the same contents, as ignored files are independent of version control. --- diff --git a/.gitignore b/.gitignore index acb9e8cbd..8499e75bc 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,8 @@ pkgIndex.tcl SWIGTYPE* tclpkg/*/gv.3* y.* + + cmd/dot/dot cmd/dot/dot_static cmd/dot/dot.1.pdf diff --git a/.hgignore b/.hgignore index ea229876e..8499e75bc 100644 --- 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