5438954d8c
... as discussed in fltk.coredev in thread "RFC: introduce public config header <FL/fl_config.h>", see: https://groups.google.com/g/fltkcoredev/c/xLCs1AIXMVo/m/MHZpQggzAQAJ - Rename abi-version.h to fl_config.h, rename input files, update dependencies, .gitignore, CMake, configure and Makefiles. - Include Cairo options in FL/fl_config.h - Rename FLTK_USE_CAIRO to FLTK_HAVE_CAIROEXT for consistency. - Include <FL/fl_config.h> in config.h and wherever necessary, fix include order (move FL/Fl.H to the top) and more. - Move USE_X11 to fl_config.h and rename to FLTK_USE_X11 - Do not include <config.h> in Cairo demo program which is no longer required in Cairo programs since FLTK 1.4.0
125 lines
1.8 KiB
Plaintext
125 lines
1.8 KiB
Plaintext
#
|
|
# Files to be ignored by Git (do not commit)
|
|
#
|
|
|
|
*.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/
|
|
|
|
# VS Code (Visual Studio Code) Editor
|
|
.vscode/
|
|
|
|
# /
|
|
/autom4te*.cache
|
|
/build
|
|
/clang
|
|
/config.cache
|
|
/config.h
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
/fltk-config
|
|
/fltk.list
|
|
/fltk.spec
|
|
/makeinclude
|
|
/*.bck
|
|
/TAGS
|
|
|
|
# /FL
|
|
/FL/fl_config.h
|
|
/FL/Makefile
|
|
/FL/*.bck
|
|
|
|
# /cairo/
|
|
/cairo/*.so*
|
|
/cairo/*.dll
|
|
|
|
# /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/
|
|
# see examples/.gitignore
|
|
|
|
# /fluid/
|
|
/fluid/fluid
|
|
/fluid/fluid-shared
|
|
/fluid/*.bck
|
|
/fluid/*.exe
|
|
/fluid/TAGS
|
|
/fluid/fluid.app
|
|
/fluid/pixmaps/*.bck
|
|
/fluid/documentation/html/
|
|
|
|
# /lib/
|
|
/lib/lib*
|
|
/lib/*.lib
|
|
/lib/*.a
|
|
|
|
# /misc/
|
|
/misc/doxystar
|
|
|
|
# /src/
|
|
/src/*.so*
|
|
/src/*.sl*
|
|
/src/*.a
|
|
/src/*.bck
|
|
/src/*.dll
|
|
/src/*.sav
|
|
/src/*.dylib
|
|
|
|
# /test/
|
|
# see test/.gitignore
|
|
|
|
**/.DS_Store
|