blob: 763dce20b04165426ab6cbc2749338475c27fe80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# 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
|