forked from lkujaw/motif
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
121 lines (109 loc) · 2.72 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
# Object files
*.a
*.dylib
*.o
*.so*
# YACC files
lex.yy.c
# IMAKE
config/util/exportlistgen
config/util/lndir
config/util/makestrs
config/util/mergelib
config/util/xmkmf
# Editor artifacts
*.bak
# Compiled Makefiles (generated by NMAKE)
Makefile.mo
Makefile.ms
Makefile.proto
# XPG4 internationalization utilities
localized/util/mkcatdefs
localized/util/mkmsgcat
# Motif
lib/Xm/XmStrDefs.c
lib/Xm/XmStrDefs.h
lib/Xm/XmStrDefsI.h
lib/Xm/XmosR.h
# Motif Window Manager
clients/mwm/mwm
# Motif Bindings
clients/xmbind/xmbind
# Motif User Interface Language
*.uid
clients/uil/uil
clients/uil/UilConst.h
clients/uil/UilDBDef.h
clients/uil/UilKeyTab.h
clients/uil/UilLexPars.c
clients/uil/UilLexPars.h
clients/uil/UilParser.c
clients/uil/UilSym*.h
!/clients/uil/UilSymDef.h
!/clients/uil/UilSymGl.h
clients/uil/UilTokName.h
clients/uil/UilUrmClas.h
# Motif Widget Meta Language
demos/lib/Exm/wml/Exm.wmd
demos/lib/Exm/wml/Uil*
demos/lib/Exm/wml/wml-uil.mm
demos/lib/Exm/wml/wml.report
demos/lib/Exm/wml/wmldbcreate
tools/wml/Uil*
!tools/wml/Uil.y
!tools/wml/UilDBDef.h
tools/wml/motif.wmd
tools/wml/wml
tools/wml/wml-uil.mm
tools/wml/wml.report
tools/wml/wmldbcreate
tools/wml/wmllex.c
tools/wml/wmlparse.c
tools/wml/wmlparse.h
tools/wml/wmluiltok
# Motif Demos
demos/doc/programGuide/ch05/Scale/tic_mark
demos/doc/programGuide/ch06/combo_box/combo_box
demos/doc/programGuide/ch06/spin_box/spin_box
demos/doc/programGuide/ch08/Container/container
demos/doc/programGuide/ch08/Notebook/notebook
demos/doc/programGuide/ch16/UTMXmText
demos/doc/programGuide/ch17/simple_drag/simple_drag
demos/doc/programGuide/ch17/simple_drop/simple_drop
demos/lib/Exm/wml/tokens.dat
demos/lib/Xmd/onHelp
demos/programs/Exm/app_in_c/exm_in_c
demos/programs/Exm/app_in_uil/exm_in_uil
demos/programs/Exm/simple_app/simpleDemo
demos/programs/airport/airport
demos/programs/animate/xmanimate
demos/programs/drag_and_drop/DNDDemo
demos/programs/drag_and_drop/simpledrop
demos/programs/draw/draw
demos/programs/earth/earth
demos/programs/filemanager/filemanager
demos/programs/fileview/fileview
demos/programs/getsubres/getsubres
demos/programs/hellomotif/hellomotif
demos/programs/hellomotifi18n/helloint
demos/programs/i18ninput/i18ninput
demos/programs/periodic/periodic
demos/programs/piano/piano
demos/programs/popups/autopopups
demos/programs/sampler2_0/sampler2_0
demos/programs/setdate/setDate
demos/programs/todo/todo
demos/unsupported/aicon/aicon
demos/unsupported/dainput/dainput
demos/unsupported/dogs/dogs
demos/unsupported/hellomotif/hellomotif
demos/unsupported/motifshell/motifshell
demos/unsupported/uilsymdump/uilsymdump
demos/unsupported/xmapdef/xmapdef
demos/unsupported/xmfonts/xmfonts
demos/unsupported/xmforc/xmforc
demos/unsupported/xmform/xmform
# GNU Global
GPATH
GRTAGS
GTAGS