Files
fltk/.gitignore
Albrecht Schlosser c17c2e3808
Some checks failed
Build and Test / build-linux (push) Has been cancelled
Build and Test / build-wayland (push) Has been cancelled
Build and Test / build-macos (push) Has been cancelled
Build and Test / build-windows (push) Has been cancelled
Clean up .gitignore files
Since FLTK 1.5 building FLTK in the source tree is prohibited by our
CMake setup. Therefore all build artifacts are stored in the build
tree and don't need to be "ignored" in the source tree.
This simplifies the .gitignore files significantly.

There are some exceptions though, for instance .cxx and .h files
generated by fluid which might be created by a user/developer
executing fluid in the source tree.
2025-12-30 18:41:33 +01:00

40 lines
739 B
Plaintext

#
# Files to be ignored by Git (do not commit)
#
# Ignore everywhere, also in subdirectories
*.bak
*.bck
*.exe
*.log
*.o
**/.DS_Store
TAGS
# 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:
**/CMakeCache.txt
**/CMakeFiles/
# VS Code (Visual Studio Code) Editor is a frequently used editor whose
# configuration is stored in '.vscode' folders
.vscode/
# default build folder `build` and some more special files ...
/build
# /FL - this should not happen, but anyway ...
/FL/fl_config.h
# executables manually built in /misc/
# todo: maybe move the source files to folder /util/ ?
/misc/doxystar
/misc/fromdos