fltk/.gitignore
Albrecht Schlosser 2b6c2bc7af Make VisualC2008/2010 projects create FL/abi-version.h (STR #3249).
First step towards a hopefully clean creation of FL/abi-version.h for all
Windows (Visual Studio) and maybe also Xcode projects (if necessary) in
order to "simulate" configure and CMake methods to create this file.

I could only modify the VisualC2008 and VisualC2010 project files, because
I don't have VisualC6 and/or Xcode. Help needed...

To do for remaining <ide> directories (ide/VisualC6 and maybe ide/Xcode4):

 (1) Remove <ide>/FL folders including <ide>/FL/abi-version.h.
 (2) Add a Pre-Build event or equivalent on project 'fltk' for all
     potential build configurations (Debug, Release, ...)
 (3) Maybe add project dependencies to ensure that the Pre-Build event
     of project 'fltk' is executed before all other projects.

Notes:

 (a) Command line for Pre-Build events of VS2008/2010:
     "copy /Y $(SolutionDir)..\..\abi-version.ide $(SolutionDir)..\..\FL\abi-version.h"
     Something similar should work for VC6 as well.

 (b) While building the projects I found some wrong output settings in zlib
     projects. These have been fixed in this commit as well (unrelated).
     
 (c) .gitignore has been extended to ignore all intermediate build files
     of VS2008/VS2010 ide projects.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@11010 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2016-01-19 14:02:10 +00:00

287 lines
5.0 KiB
Plaintext

# ignore file for git - generated from subversion with:
# git svn show-ignore
*.o
*.exe
# /
/autom4te*.cache
/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/fltk-versions
/examples/howto-add_fd-and-popen
/examples/howto-browser-with-icons
/examples/howto-drag-and-drop
/examples/howto-parse-args
/examples/howto-text-over-image-button
/examples/menubar-add
/examples/nativefilechooser-simple-app
/examples/progress-simple
/examples/shapedwindow
/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/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/*.ilk
/fluid/*.pdb
/fluid/TAGS
# /fluid/fluid.app/Contents/MacOS/
/fluid/fluid.app/Contents/MacOS/fluid
# /fluid/pixmaps/
/fluid/pixmaps/*.bck
# /ide/VisualC2008/
/ide/VisualC2008/fltk.ncb
/ide/VisualC2008/*.pdb
/ide/VisualC2008/*.user
/ide/VisualC2008/*_/
/ide/VisualC2008/*__0/
/ide/VisualC2008/fltkdll/
/ide/VisualC2008/fltkdlld/
/ide/VisualC2008/Debug/
/ide/VisualC2008/Debug Cairo/
/ide/VisualC2008/Release/
/ide/VisualC2008/Release Cairo/
# /ide/VisualC2010/
/ide/VisualC2010/*.user
/ide/VisualC2010/*_debug/
/ide/VisualC2010/*_release/
/ide/VisualC2010/fltk.*sdf
/ide/VisualC2010/fltk.suo
/ide/VisualC2010/fltkdlld.pdb
/ide/VisualC2010/fltkdll/
/ide/VisualC2010/fltkdlld/
/ide/VisualC2010/Debug/
/ide/VisualC2010/Debug Cairo/
/ide/VisualC2010/Release/
/ide/VisualC2010/Release Cairo/
# /ide/Xcode3/
/ide/Xcode3/build
# /ide/Xcode3/FLTK.xcodeproj/
/ide/Xcode3/FLTK.xcodeproj/*.pbxuser
/ide/Xcode3/FLTK.xcodeproj/*.perspectivev3
# /ide/Xcode4/
/ide/Xcode4/build
# /ide/Xcode4/FLTK.xcodeproj/
/ide/Xcode4/FLTK.xcodeproj/*.pbxuser
/ide/Xcode4/FLTK.xcodeproj/*.perspectivev3
# /lib/
/lib/lib*
/lib/*.lib
/lib/*.a
/lib/*.bsc
# /misc/
/misc/doxystar
# /src/
/src/*.so*
/src/*.sl*
/src/*.a
/src/*.bck
/src/*.sav
/src/*.dylib
# /test/
/test/*.pdb
/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
/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/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
# /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