summaryrefslogtreecommitdiff
path: root/test/.gitignore
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-04-07 17:54:47 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-04-07 17:56:15 +0200
commit6c07d7b597dee82429a6d817e9eba7fddaa8b450 (patch)
treefbec28f5b3ab8d129ffc1b64c8f5ef3ec9baa209 /test/.gitignore
parent04305ec7e3b31068a0bfcd6eb9b8f919867c46d9 (diff)
Clean up test/.gitignore
- remove no longer used filenames - reorder to separate generated files from executables - add comment on how to create list of generated files
Diffstat (limited to 'test/.gitignore')
-rw-r--r--test/.gitignore59
1 files changed, 29 insertions, 30 deletions
diff --git a/test/.gitignore b/test/.gitignore
index eb25c06d8..6947a6d0c 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -12,8 +12,7 @@ fltk*.exp
fltk*.lib
*.ilk
-# Linux/Unix/macOS executables,
-# fluid generated source files and headers etc.
+# Linux/Unix/macOS executables
adjuster
animated
@@ -27,8 +26,6 @@ button
buttons
cairo_test
checkers
-checkers_pieces.cxx
-checkers_pieces.h
clipboard
clock
colbrowser
@@ -36,8 +33,6 @@ color_chooser
coordinates
cube
CubeView
-CubeViewUI.cxx
-CubeViewUI.h
cursor
curve
demo
@@ -45,8 +40,6 @@ device
doublebuffer
editor
fast_slow
-fast_slow.cxx
-fast_slow.h
file_chooser
fltk-versions
fonts
@@ -62,19 +55,13 @@ icon
iconize
image
inactive
-inactive.cxx
-inactive.h
input
input_choice
keyboard
-keyboard_ui.cxx
-keyboard_ui.h
label
line_style
list_visuals
mandelbrot
-mandelbrot_ui.cxx
-mandelbrot_ui.h
menubar
message
minimum
@@ -87,16 +74,9 @@ pack
pixmap
pixmap_browser
preferences
-preferences.cxx
-preferences.h
-print
radio
-radio.cxx
-radio.h
resize
resizebox
-resize.cxx
-resize.h
resize-example1
resize-example2
resize-example3a
@@ -111,31 +91,50 @@ resize-example5c
rotated_text
scroll
shape
-shiny
-shiny_panel.cxx
-shiny_panel.h
subwindow
sudoku
symbols
table
tabs
-tabs.cxx
-tabs.h
threads
tile
tiled_image
tree
-tree.cxx
-tree.h
twowin
unittests
utf8
valuators
-valuators.cxx
-valuators.h
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
+tree.cxx
+tree.h
+valuators.cxx
+valuators.h