diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-12-30 15:49:02 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-12-30 15:49:02 +0100 |
| commit | d5ed1366420fd9555fb9cf6602f3023e8465b7c1 (patch) | |
| tree | 289887df96584fbd6092d6496647600e38c4af27 /.gitignore | |
| parent | eb8047ddc51d74f2acfd06fcd4ccf0c8bfed4239 (diff) | |
Reorganize documentation source directories
- move all images (screenshots) to new folder documentation/images/
- move documentation/src/fltk-title.tex.in to documentation/
- fix .gitignore files (remove obsolete entries etc.)
- FL/Fl_Tooltip.H: fix '\image latex' reference
- documentation/CMakeLists.txt: update ref. to fltk-title.tex.in
- documentation/Doxyfile.in: adjust image path (IMAGE_PATH)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 42 |
1 files changed, 12 insertions, 30 deletions
diff --git a/.gitignore b/.gitignore index 7ae9dabf2..dd99c69f8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,54 +4,36 @@ # Ignore everywhere, also in subdirectories +*.bak *.bck *.exe +*.log *.o **/.DS_Store -# CMake build artifacts if built in source - strongly discouraged! -# We may disallow this later... +# CMake build artifacts if built in source - forbidden since FLTK 1.5.0. +# However, the following artifacts would be created by an attempt to +# execute `cmake` in-source: -bin/ -**/cmake_install.cmake **/CMakeCache.txt **/CMakeFiles/ -cmake_uninstall.cmake -FLTK.sln -FLTK-Targets.cmake -FLTKConfig.cmake -etc/FLTKConfig.cmake -/CMakeSettings.json -/CppProperties.json -# Visual Studio (MSVC) build artifacts - -*.tlog -.vs/ -/out - -# VS Code (Visual Studio Code) Editor +# VS Code (Visual Studio Code) Editor is a user generated folder +# that must not be committed .vscode/ -# / +# default build folder `build` and more ... /build -/fltk-config -/fltk.list -/fltk.spec /TAGS -# /FL +# /FL - this should not happen, but anyway ... /FL/fl_config.h -# /lib/ - -/lib/lib* -/lib/*.lib -/lib/*.a - -# /misc/ +# executables manually built in /misc/ +# todo: maybe move the source files to folder /util/ ? /misc/doxystar +/misc/fromdos |
