fix Makefile use of ${EXT} for hsrc intermediates

Also improve .gitignore sort comment.  Sort generic excluded patterns
and added *.exe plus library exclusions.
This commit is contained in:
Landon Curt Noll
2023-08-31 02:14:56 -07:00
parent 5659ddbc4e
commit 94d4c1ad64
2 changed files with 27 additions and 23 deletions

26
.gitignore vendored
View File

@@ -1,20 +1,24 @@
# common excluded patterns
# generic excluded patterns
#
# We sort the list below via: sort -u -f
#
*~
*.BAK
core*
.DS_Store
*.dSYM/
*.[oa]
.*.swp
*,v
*.BAK
*.dSYM/
*.exe
*.[oa]
*~
.*.swp
.DS_Store
core*
# files and directories created during the building of calc and other Makefile actions
#
# NOTE: While many of these might be part of a released calc tarball, they are
# not consider development source. Some other file(s) and/or programs
# generate these files.
# We sort this list via: sort -u -f
#
# We sort the list below via: sort -u -f
#
.dynamic
.hsrc
@@ -138,8 +142,8 @@ help/releases
help/resource
help/type
help/usage
libcalc*
libcustcalc*
libcalc.*
libcustcalc.*
longbits
longbits.h
Makefile.our