-
Notifications
You must be signed in to change notification settings - Fork 256
/
.gitignore
247 lines (227 loc) · 4.07 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
syntax: glob
#*~
#*.a
#rtest*.tar.gz*
#*.lai
#*.Po
#*.Plo
#*.so
#*.so.*
#*.soT
#COPYING
#doxygen
*.cmake
CMakeFiles
CMakeCache.txt
# product of: make dist
graphviz*.tar.gz*
lib/rxspencer/re
lib/rxspencer/*.oo
cmd/gvedit/moc_csettings.cpp
cmd/gvedit/moc_imageviewer.cpp
cmd/gvedit/moc_mainwindow.cpp
cmd/gvedit/moc_mdichild.cpp
cmd/gvedit/qMakefile
cmd/gvedit/qrc_mdi.cpp
# 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
# Files generated by configure
/Doxyfile
/builddate.h
/config.cache
/config.h
/config.h.in~
/config.log
/config.status
/libtool
/redhat/graphviz.spec.fedora
/redhat/graphviz.spec.rhel
/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
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
# Files generated by make
*.ih
*.la
*.lo
*.o
*.a
*.so
*.so.*
*.pdf
!doc/**/*.pdf
.libs
/graphviz_version.h
FEATURE/
cmd/dot/dot_builtins
cmd/gvedit/gvedit
cmd/gvedit/attrs.txt
lib/rxspencer/regex.h
tclpkg/**/pkgIndex.tcl
tclpkg/gv/SWIGTYPE*
tclpkg/gv/gv.3*
tclpkg/gv/META.gv
tclpkg/gv/gv.R
tclpkg/gv/gv.cma
tclpkg/gv/gv.cmi
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
tclpkg/gv/gv.php
tclpkg/gv/gv.pm
tclpkg/gv/gv.py
tclpkg/gv/gvJNI.java
tclpkg/gv/gvPINVOKE.cs
tclpkg/gv/gv_R.cpp
tclpkg/gv/gv_guile.cpp
tclpkg/gv/gv_java.cpp
tclpkg/gv/gv_lua.cpp
tclpkg/gv/gv_ocaml.cpp
tclpkg/gv/gv_perl.cpp
tclpkg/gv/gv_php.cpp
tclpkg/gv/gv_python.cpp
tclpkg/gv/gv_python2.cpp
tclpkg/gv/gv_python3.cpp
tclpkg/gv/gv_ruby.cpp
tclpkg/gv/gv_sharp.cpp
tclpkg/gv/gv_tcl.cpp
tclpkg/gv/php_gv.h
tclpkg/gv/swig.cmi
tclpkg/gv/swig.cmo
tclpkg/gv/swig.ml
tclpkg/gv/swig.mli
## Files generated by Flex, Bison and Awk
y.*
cmd/lefty/dot2l/dotparse.c
cmd/lefty/dot2l/dotparse.h
cmd/tools/gmlparse.c
cmd/tools/gmlparse.h
cmd/tools/gmlscan.c
lib/cgraph/grammar.c
lib/cgraph/grammar.h
lib/cgraph/scan.c
lib/common/brewer_lib
lib/common/color_lib
lib/common/colortbl.h
lib/common/htmlparse.c
lib/common/htmlparse.h
lib/common/ps_font_equiv.h
lib/common/svgcolor_lib
lib/expr/exop.h
lib/expr/exparse.c
lib/expr/exparse.h
lib/graph/parser.c
lib/graph/parser.h
lib/gvpr/gdefs.h
lib/gvpr/mkdefs
plugin/core/ps.h
plugin/lasi/ps.h
plugin/xlib/vimdot
## Binaries
cmd/dot/dot
cmd/dot/dot_static
cmd/dotty/dotty
cmd/edgepaint/edgepaint
cmd/gvmap/cluster
cmd/gvmap/gvmap
cmd/gvpr/gvpr
cmd/gvpr/gvpr_static
cmd/lefty/lefty
cmd/lneato/lneato
cmd/mingle/mingle
cmd/smyrna/smyrna
cmd/tools/acyclic
cmd/tools/bcomps
cmd/tools/ccomps
cmd/tools/dijkstra
cmd/tools/gc
cmd/tools/gml2gv
cmd/tools/graphml2gv
cmd/tools/gv2gml
cmd/tools/gvcolor
cmd/tools/gvgen
cmd/tools/gvpack
cmd/tools/gvpack_static
cmd/tools/gxl2gv
cmd/tools/mm2gv
cmd/tools/nop
cmd/tools/sccmap
cmd/tools/tred
cmd/tools/tred2
cmd/tools/unflatten
contrib/diffimg/diffimg
contrib/prune/prune
# Files generated during make check
rtest/ndata
rtest/nhtml
tests/**/*.log
tests/**/*.trs
tests/**/output/**
tests/**/difference/**
## Binaries
tests/unit_tests/lib/common/command_line
# Cmake build folder
build/**
# Folders and files generated by Visual Studio builds
**/Debug/**
**/Release/**
*.lib
*.pdb
graphviz.sdf
lib/color_lib
# User specific Visual Studio folders and files
.vs/**
.vscode/**
*.VC.db
*.VC.opendb
*.vcxproj.user
# Do not ignore Windows MSI setup.exe until a new MSI can be generated.
!windows/graphviz-msi/setup/Release/setup.exe
# Don't ignore contents of windows/include
!windows/include**
# Don't ignore any of the submodules
!windows/dependencies/**
# Python byte code
*.pyc