# # Files to be ignored by Git (do not commit) # # Source files and headers generated by fluid: # # Note: these files *should* never 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 fluid-callback.cxx fluid-callback.h