fltk/.gitignore

353 lines
6.0 KiB
Plaintext

# ignore file for git - generated from subversion with:
# git svn show-ignore
*.o
*.exe
# CMake
bin/
**/cmake_install.cmake
**/CMakeCache.txt
**/CMakeFiles/
etc/UseFLTK.cmake
cmake_uninstall.cmake
UseFLTK.cmake
FLTK.sln
FLTK-Targets.cmake
FLTKConfig.cmake
etc/FLTKConfig.cmake
# MSVC
*.tlog
.vs/
# /
/autom4te*.cache
/build
/clang
/config.cache
/config.guess
/config.h
/config.log
/config.status
/config.sub
/configure
/fltk-config
/fltk.list
/fltk.spec
/makeinclude
/*.bck
/TAGS
# /FL
/FL/abi-version.h
/FL/Makefile
/FL/*.bck
# /documentation/
/documentation/.xvpics
/documentation/blocks.0
/documentation/blocks.6
/documentation/blocks.z
/documentation/checkers.0
/documentation/checkers.6
/documentation/checkers.z
/documentation/Doxybook
/documentation/Doxyfile
/documentation/fltk.0
/documentation/fltk.3
/documentation/fltk-config.0
/documentation/fltk-config.1
/documentation/fltk-config.z
/documentation/fltk.d
/documentation/fltk.pdf
/documentation/fltk.z
/documentation/fluid.0
/documentation/fluid.1
/documentation/fluid.z
/documentation/html
/documentation/latex
/documentation/sudoku.0
/documentation/sudoku.6
/documentation/sudoku.z
/documentation/*.bck
/documentation/*.bak
/documentation/*.log
# /documentation/src/
/documentation/src/*.0
/documentation/src/*.1
/documentation/src/*.3
/documentation/src/*.6
/documentation/src/*.z
/documentation/src/fltk-book.tex
# /examples/
/examples/*.exe
/examples/clipboard
/examples/draggable-group
/examples/fltk-versions
/examples/howto-add_fd-and-popen
/examples/howto-browser-with-icons
/examples/howto-drag-and-drop
/examples/howto-menu-with-images
/examples/howto-parse-args
/examples/howto-simple-svg
/examples/howto-text-over-image-button
/examples/menubar-add
/examples/nativefilechooser-simple
/examples/nativefilechooser-simple-app
/examples/OpenGL3-glut-test
/examples/OpenGL3test
/examples/progress-simple
/examples/shapedwindow
/examples/simple-terminal
/examples/SVG_File_Surface
/examples/table-as-container
/examples/table-simple
/examples/table-sort
/examples/table-spreadsheet
/examples/table-spreadsheet-with-keyboard-nav
/examples/table-with-keynav
/examples/tabs-simple
/examples/textdisplay-with-colors
/examples/texteditor-simple
/examples/texteditor-with-dynamic-colors
/examples/tree-as-container
/examples/tree-custom-draw-items
/examples/tree-custom-sort
/examples/tree-of-tables
/examples/tree-simple
/examples/wizard-simple
# /fluid/
/fluid/fluid
/fluid/fluid-shared
/fluid/*.bck
/fluid/*.exe
/fluid/TAGS
# /fluid/fluid.app/Contents/MacOS/
/fluid/fluid.app/Contents/MacOS/fluid
# /fluid/pixmaps/
/fluid/pixmaps/*.bck
# /lib/
/lib/lib*
/lib/*.lib
/lib/*.a
# /misc/
/misc/doxystar
# /src/
/src/*.so*
/src/*.sl*
/src/*.a
/src/*.bck
/src/*.sav
/src/*.dylib
# /test/
/test/CubeView
/test/CubeViewUI.cxx
/test/CubeViewUI.h
/test/adjuster
/test/animated
/test/arc
/test/ask
/test/bitmap
/test/blocks
/test/boxtype
/test/browser
/test/button
/test/buttons
/test/cairo_test
/test/checkers
/test/clock
/test/colbrowser
/test/color_chooser
/test/cube
/test/cursor
/test/curve
/test/demo
/test/device
/test/doublebuffer
/test/editor
/test/fast_slow
/test/fast_slow.cxx
/test/fast_slow.h
/test/file_chooser
/test/fonts
/test/forms
/test/fractals
/test/fullscreen
/test/gl_overlay
/test/glpuzzle
/test/hello
/test/help_dialog
/test/icon
/test/iconize
/test/image
/test/inactive
/test/inactive.cxx
/test/inactive.h
/test/input
/test/input_choice
/test/keyboard
/test/keyboard_ui.cxx
/test/keyboard_ui.h
/test/label
/test/line_style
/test/list_visuals
/test/mandelbrot
/test/mandelbrot_ui.cxx
/test/mandelbrot_ui.h
/test/menubar
/test/message
/test/minimum
/test/native-filechooser
/test/navigation
/test/offscreen
/test/output
/test/overlay
/test/pack
/test/pixmap
/test/pixmap_browser
/test/preferences
/test/preferences.cxx
/test/preferences.h
/test/print
/test/radio
/test/radio.cxx
/test/radio.h
/test/resize
/test/resize.cxx
/test/resize.h
/test/resizebox
/test/rotated_text
/test/scroll
/test/shape
/test/shiny
/test/shiny_panel.cxx
/test/shiny_panel.h
/test/subwindow
/test/sudoku
/test/symbols
/test/table
/test/tabs
/test/tabs.cxx
/test/tabs.h
/test/threads
/test/tile
/test/tiled_image
/test/tree
/test/tree.cxx
/test/tree.h
/test/twowin
/test/unittests
/test/utf8
/test/valuators
/test/valuators.cxx
/test/valuators.h
/test/windowfocus
/test/*.bck
/test/*.exe
/test/*.ilk
/test/fltk*.lib
/test/fltk*.exp
/test/fltk*.dll
##################################
# Mac OS X binary files filtering:
##################################
# /test/blocks.app/Contents/MacOS/
/test/blocks.app/Contents/MacOS/blocks
# /test/checkers.app/Contents/MacOS/
/test/checkers.app/Contents/MacOS/checkers
# /test/sudoku.app/Contents/MacOS/
/test/sudoku.app/Contents/MacOS/sudoku
fluid/*.app/Contents/MacOS
test/*.app/Contents/MacOS
**/.DS_Store
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