revise a couple of recent changes
include/.gitignore should continue to ignore old files in case someone checks out an older version, builds, then checks out the current version without running 'make spotless' first. sys/unix/Makefile.utl: tiletxt.o depends on tilemap.c in addition to tiletxt.c.
This commit is contained in:
16
include/.gitignore
vendored
16
include/.gitignore
vendored
@@ -1,5 +1,17 @@
|
||||
.cvsignore
|
||||
# generated at build time so not managed by git
|
||||
nhlua.h
|
||||
# obsolete but still built by 'makedefs' in conjunction with dat/options for
|
||||
# potential use by old port-specific code that isn't being actively maintained
|
||||
date.h
|
||||
# obsolete but can still be built by 'makedefs' for reference purposes
|
||||
onames.h
|
||||
pm.h
|
||||
nhlua.h
|
||||
# these are obsolete--or now reside elsewhere--but are still listed here to be
|
||||
# ignored in case the directory contains remnants of building an older version
|
||||
dgn_comp.h
|
||||
lev_comp.h
|
||||
vis_tab.h
|
||||
tile.h
|
||||
win32api.h
|
||||
# really obsolete...
|
||||
.cvsignore
|
||||
|
||||
Reference in New Issue
Block a user