mirror of https://github.com/fltk/fltk.git
FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100 lines
1.3 KiB
100 lines
1.3 KiB
# |
|
# 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/ |
|
# see documentation/.gitignore |
|
|
|
# /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 |
|
|
|
# Wayland build artifacts (generated files) |
|
|
|
src/text-input-client-protocol.h |
|
src/text-input-protocol.c |
|
src/xdg-decoration-client-protocol.h |
|
src/xdg-decoration-protocol.c |
|
src/xdg-shell-client-protocol.h |
|
src/xdg-shell-protocol.c |
|
|
|
# Wayland demo programs (no longer being built) |
|
|
|
# libdecor/build/demo |
|
# libdecor/build/egl |
|
|
|
**/.DS_Store
|
|
|