File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727core
2828# CVS default ignores end
2929. * .swp
30+
3031# We generate makefiles by shell script
3132Makefile
33+
34+ # Win32-specific ignores
35+ binary /
36+ build /
37+ Nethack.sln
38+ Nethack.sdf
39+ Nethack.opensdf
40+ Makefile.bcc
41+ Makefile.gcc
42+ * .pdb
43+ * .ilk
44+ # Win32-specific ignores end
45+
Original file line number Diff line number Diff line change @@ -14,3 +14,6 @@ dungeon
1414nethack.png
1515nhsplash.xpm
1616nhdat
17+ dlb.lst
18+ guioptions
19+ porthelp
Original file line number Diff line number Diff line change 11.cvsignore
2- date.h onames.h pm.h vis_tab.h
3- dgn_comp.h lev_comp.h
2+ date.h
3+ onames.h
4+ pm.h
5+ vis_tab.h
6+ dgn_comp.h
7+ lev_comp.h
Original file line number Diff line number Diff line change 66Sysunix
77nethack
88* .o
9+ tiles.bmp
Original file line number Diff line number Diff line change 1+ tiletxt.c
Original file line number Diff line number Diff line change 1+ # Build-generated stuff that we don't want
2+ * .bmp
3+ * .ico
4+
You can’t perform that action at this time.
0 commit comments