mirror of
https://github.com/fltk/fltk.git
synced 2025-12-20 02:44:20 +08:00
Fix building on mac OSX (using ./configure unix makefiles) still shows not ignored binaries. Note that fltk block, checkers and sudoku games do have special content inside the .app folder, so ensure that these are not globally ignored while cleaning up the other test apps binary content that should be ignored.
This commit is contained in:
82
.gitignore
vendored
82
.gitignore
vendored
@@ -241,6 +241,9 @@
|
||||
/test/fltk*.exp
|
||||
/test/fltk*.dll
|
||||
|
||||
##################################
|
||||
# Mac OS X binary files filtering:
|
||||
##################################
|
||||
# /test/blocks.app/Contents/MacOS/
|
||||
/test/blocks.app/Contents/MacOS/blocks
|
||||
|
||||
@@ -249,3 +252,82 @@
|
||||
|
||||
# /test/sudoku.app/Contents/MacOS/
|
||||
/test/sudoku.app/Contents/MacOS/sudoku
|
||||
|
||||
fluid/*.app/Contents/MacOS
|
||||
test/*.app/Contents/MacOS
|
||||
|
||||
test/adjuster.app
|
||||
test/iconize.app
|
||||
test/fast_slow.app
|
||||
test/message.app
|
||||
test/icon.app
|
||||
test/line_style.app
|
||||
test/symbols.app
|
||||
test/file_chooser.app
|
||||
test/native-filechooser.app
|
||||
test/browser.app
|
||||
test/curve.app
|
||||
test/fonts.app
|
||||
test/fullscreen.app
|
||||
test/doublebuffer.app
|
||||
test/glpuzzle.app
|
||||
test/shape.app
|
||||
test/forms.app
|
||||
test/keyboard.app
|
||||
test/ask.app
|
||||
test/color_chooser.app
|
||||
test/mandelbrot.app
|
||||
test/offscreen.app
|
||||
test/resize.app
|
||||
test/animated.app
|
||||
test/subwindow.app
|
||||
test/inactive.app
|
||||
test/navigation.app
|
||||
test/tabs.app/Contents
|
||||
test/label.app
|
||||
test/rotated_text.app
|
||||
test/tiled_image.app
|
||||
test/hello.app
|
||||
test/tile.app
|
||||
test/twowin.app
|
||||
test/windowfocus.app
|
||||
test/button.app
|
||||
test/input.app
|
||||
test/arc.app
|
||||
test/pixmap.app
|
||||
test/tree.app
|
||||
test/tabs.app
|
||||
test/buttons.app
|
||||
test/cube.app
|
||||
test/output.app
|
||||
test/overlay.app
|
||||
test/table.app
|
||||
test/list_visuals.app
|
||||
test/device.app
|
||||
test/demo.app
|
||||
test/minimum.app
|
||||
test/unittests.app
|
||||
test/colbrowser.app
|
||||
test/preferences.app/Contents
|
||||
test/radio.app
|
||||
test/threads.app
|
||||
test/pixmap_browser.app
|
||||
test/boxtype.app
|
||||
test/CubeView.app
|
||||
test/utf8.app
|
||||
test/pack.app
|
||||
test/cairo_test.app
|
||||
test/preferences.app
|
||||
test/scroll.app
|
||||
test/fractals.app
|
||||
test/bitmap.app
|
||||
test/input_choice.app
|
||||
test/clock.app
|
||||
test/help_dialog.app
|
||||
test/menubar.app
|
||||
test/valuators.app
|
||||
test/image.app
|
||||
test/gl_overlay.app
|
||||
test/editor.app
|
||||
test/cursor.app
|
||||
test/resizebox.app
|
||||
|
||||
Reference in New Issue
Block a user