fltk/test/.gitignore
Albrecht Schlosser 773467dee4 Refactor macOS bundle generation to avoid "quarantine"
macOS Big Sur 11.3 introduced a new "security feature" such that
app bundles created from existing bundle templates in downloaded
files (tar distibutions, expanded) could no longer be executed
without unsetting the "quarantine" attribute. This commit fixes
this by creating all bundles from scratch.

Known *workaround* for older tarballs and snapshots:

  $ xattr -d -r com.apple.quarantine xxx.app
2021-05-13 16:18:13 +02:00

136 lines
1.4 KiB
Plaintext

#
# 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,
# fluid generated source files and headers etc.
adjuster
animated
arc
ask
bitmap
blocks
boxtype
browser
button
buttons
cairo_test
checkers
checkers_pieces.cxx
checkers_pieces.h
clock
colbrowser
color_chooser
cube
CubeView
CubeViewUI.cxx
CubeViewUI.h
cursor
curve
demo
device
doublebuffer
editor
fast_slow
fast_slow.cxx
fast_slow.h
file_chooser
fltk-versions
fonts
forms
fractals
fullscreen
gl_overlay
glpuzzle
handle_events
hello
help_dialog
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
native-filechooser
navigation
offscreen
output
overlay
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
resize-example3b
resize-example3c
resize-example3d
resize-example4a
resize-example4b
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
# macOS binary files
*.app