2020-04-20 15:25:08 +03:00
|
|
|
#
|
|
|
|
# Files to be ignored by Git (do not commit)
|
|
|
|
#
|
2014-01-26 05:28:39 +04:00
|
|
|
|
2023-02-05 21:41:19 +03:00
|
|
|
# Ignore everywhere, also in subdirectories
|
|
|
|
|
|
|
|
*.bck
|
2014-08-23 04:22:55 +04:00
|
|
|
*.exe
|
2023-02-05 21:41:19 +03:00
|
|
|
*.o
|
|
|
|
**/.DS_Store
|
|
|
|
|
2023-12-03 19:16:11 +03:00
|
|
|
# CMake build artifacts if built in source - strongly discouraged!
|
2018-12-22 17:56:33 +03:00
|
|
|
|
|
|
|
bin/
|
|
|
|
**/cmake_install.cmake
|
|
|
|
**/CMakeCache.txt
|
|
|
|
**/CMakeFiles/
|
|
|
|
cmake_uninstall.cmake
|
|
|
|
FLTK.sln
|
|
|
|
FLTK-Targets.cmake
|
|
|
|
FLTKConfig.cmake
|
|
|
|
etc/FLTKConfig.cmake
|
|
|
|
|
|
|
|
# MSVC
|
2023-02-05 21:41:19 +03:00
|
|
|
|
2018-12-22 17:23:12 +03:00
|
|
|
*.tlog
|
2018-12-22 17:56:33 +03:00
|
|
|
.vs/
|
2014-08-23 04:22:55 +04:00
|
|
|
|
2020-06-02 15:41:15 +03:00
|
|
|
# VS Code (Visual Studio Code) Editor
|
2023-02-05 21:41:19 +03:00
|
|
|
|
2020-06-02 15:41:15 +03:00
|
|
|
.vscode/
|
|
|
|
|
2014-01-26 05:28:39 +04:00
|
|
|
# /
|
2023-02-05 21:41:19 +03:00
|
|
|
|
2014-01-26 05:28:39 +04:00
|
|
|
/autom4te*.cache
|
2016-11-12 00:18:42 +03:00
|
|
|
/build
|
2014-01-26 05:28:39 +04:00
|
|
|
/clang
|
|
|
|
/config.cache
|
|
|
|
/config.h
|
|
|
|
/config.log
|
|
|
|
/config.status
|
|
|
|
/configure
|
|
|
|
/fltk-config
|
|
|
|
/fltk.list
|
|
|
|
/fltk.spec
|
|
|
|
/makeinclude
|
|
|
|
/TAGS
|
|
|
|
|
2015-07-12 22:23:55 +03:00
|
|
|
# /FL
|
2023-02-05 21:41:19 +03:00
|
|
|
|
2021-12-19 00:42:30 +03:00
|
|
|
/FL/fl_config.h
|
2014-01-26 05:28:39 +04:00
|
|
|
/FL/Makefile
|
|
|
|
|
2020-06-13 13:50:06 +03:00
|
|
|
# /cairo/
|
2023-02-05 21:41:19 +03:00
|
|
|
|
2020-06-13 13:50:06 +03:00
|
|
|
/cairo/*.so*
|
|
|
|
/cairo/*.dll
|
|
|
|
|
2014-01-26 05:28:39 +04:00
|
|
|
# /lib/
|
2023-02-05 21:41:19 +03:00
|
|
|
|
2014-01-26 05:28:39 +04:00
|
|
|
/lib/lib*
|
|
|
|
/lib/*.lib
|
|
|
|
/lib/*.a
|
|
|
|
|
|
|
|
# /misc/
|
2023-02-05 21:41:19 +03:00
|
|
|
|
2014-01-26 05:28:39 +04:00
|
|
|
/misc/doxystar
|
|
|
|
|
|
|
|
# /src/
|
2023-02-05 21:41:19 +03:00
|
|
|
|
2014-01-26 05:28:39 +04:00
|
|
|
/src/*.so*
|
|
|
|
/src/*.sl*
|
|
|
|
/src/*.a
|
2020-06-10 17:24:39 +03:00
|
|
|
/src/*.dll
|
2014-01-26 05:28:39 +04:00
|
|
|
/src/*.sav
|
|
|
|
/src/*.dylib
|
|
|
|
|
2022-11-23 15:33:52 +03:00
|
|
|
# Wayland build artifacts (generated files)
|
|
|
|
|
2023-11-26 00:41:23 +03:00
|
|
|
src/gtk-shell-client-protocol.h
|
|
|
|
src/gtk-shell-protocol.c
|
2022-11-23 15:33:52 +03:00
|
|
|
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
|
2023-02-11 21:14:23 +03:00
|
|
|
/out/build/x64-Debug/.cmake/api/v1/query/client-MicrosoftVS/query.json
|
|
|
|
/out/build/x64-Debug
|
|
|
|
/CMakeSettings.json
|
|
|
|
/CppProperties.json
|