fltk/fltk-options/.gitignore
Albrecht Schlosser c17c2e3808 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

7 lines
240 B
Plaintext

#
# Files to be ignored by Git (do not commit)
#
# Note: since FLTK 1.5 building FLTK in-source is no longer allowed.
# Therefore we don't need to "ignore" generated files anymore
# because generated files are stored in the build tree.