update .gitignore
Ignore the new timestamp files src/moc.qt5 and src/moc.qt6. They probably ought to be renamed Qt*.moc-t but I haven't done that. Also put back vis_tab.* in case someone checks out 3.6 and builds that, then checks out 3.7 without doing 'make spotless' first.
This commit is contained in:
1
include/.gitignore
vendored
1
include/.gitignore
vendored
@@ -4,6 +4,7 @@ onames.h
|
|||||||
pm.h
|
pm.h
|
||||||
dgn_comp.h
|
dgn_comp.h
|
||||||
lev_comp.h
|
lev_comp.h
|
||||||
|
vis_tab.h
|
||||||
tile.h
|
tile.h
|
||||||
win32api.h
|
win32api.h
|
||||||
nhlua.h
|
nhlua.h
|
||||||
|
|||||||
4
src/.gitignore
vendored
4
src/.gitignore
vendored
@@ -1,12 +1,14 @@
|
|||||||
config.h-t
|
config.h-t
|
||||||
monstr.c
|
|
||||||
hack.h-t
|
hack.h-t
|
||||||
|
monstr.c
|
||||||
|
vis_tab.c
|
||||||
tile.c
|
tile.c
|
||||||
Sysunix
|
Sysunix
|
||||||
nethack
|
nethack
|
||||||
*.o
|
*.o
|
||||||
tiles.bmp
|
tiles.bmp
|
||||||
*.moc
|
*.moc
|
||||||
|
moc.qt*
|
||||||
*.lnk
|
*.lnk
|
||||||
graphicschk
|
graphicschk
|
||||||
nhdat
|
nhdat
|
||||||
|
|||||||
Reference in New Issue
Block a user