Files
fltk/test/.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

38 lines
735 B
Plaintext

#
# Files to be ignored by Git (do not commit)
#
# Source files and headers generated by fluid:
#
# Note: these files *should* not exist (since FLTK 1.5.0) unless a user
# (developer) creates them manually by running fluid in the source tree.
#
# The following list can be generated using bash or another POSIX shell:
# $ LC_ALL=C; for f in *.fl; do b=`basename $f .fl`; echo $b.cxx; echo $b.h; done
CubeViewUI.cxx
CubeViewUI.h
checkers_pieces.cxx
checkers_pieces.h
fast_slow.cxx
fast_slow.h
inactive.cxx
inactive.h
keyboard_ui.cxx
keyboard_ui.h
mandelbrot_ui.cxx
mandelbrot_ui.h
preferences.cxx
preferences.h
radio.cxx
radio.h
resize.cxx
resize.h
tabs.cxx
tabs.h
terminal.cxx
terminal.h
tree.cxx
tree.h
valuators.cxx
valuators.h