summaryrefslogtreecommitdiff
path: root/test/.gitignore
blob: ea265dd432b1ac77e513e007b7ca814990440244 (plain)
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
#
# Files to be ignored by Git (do not commit)
#
# Note: *.exe will be ignored by means of ../.gitignore
#

# Windows/MSVC files and maybe others

*.bck
fltk*.dll
fltk*.exp
fltk*.lib
*.ilk

# Linux/Unix/macOS executables

adjuster
animated
arc
ask
bitmap
blocks
boxtype
browser
button
buttons
cairo_test
checkers
clipboard
clock
colbrowser
color_chooser
contrast
coordinates
cube
CubeView
cursor
curve
demo
device
doublebuffer
editor
fast_slow
file_chooser
flex_demo
flex_login
fltk-versions
fonts
forms
fractals
fullscreen
gl_overlay
glpuzzle
glut_test
grid_alignment
grid_buttons
grid_dialog
grid_login
handle_events
hello
help_dialog
icon
iconize
image
inactive
input
input_choice
keyboard
label
line_style
line_style_docs
list_visuals
mandelbrot
menubar
message
minimum
native-filechooser
navigation
offscreen
output
overlay
pack
pixmap
pixmap_browser
preferences
radio
resize
resizebox
resize-example1
resize-example2
resize-example3a
resize-example3b
resize-example3c
resize-example3d
resize-example4a
resize-example4b
resize-example5a
resize-example5b
resize-example5c
rotated_text
scroll
shape
subwindow
sudoku
symbols
table
tabs
terminal
threads
tile
tiled_image
tree
twowin
unittests
utf8
valuators
windowfocus
wizard

# macOS binary files

*.app

# fluid generated source files and headers, generated using bash:
# > for f in *.fl;do b=`basename $f .fl`;echo $b.cxx;echo $b.h;done

CubeViewUI.cxx
CubeViewUI.h
checkers_pieces.cxx
checkers_pieces.h
fast_slow.cxx
fast_slow.h
inactive.cxx
inactive.h
keyboard_ui.cxx
keyboard_ui.h
mandelbrot_ui.cxx
mandelbrot_ui.h
preferences.cxx
preferences.h
radio.cxx
radio.h
resize.cxx
resize.h
tabs.cxx
tabs.h
terminal.cxx
terminal.h
tree.cxx
tree.h
valuators.cxx
valuators.h