Skip to content

Commit 4c496d0

Browse files
remirolpaxed
authored andcommitted
Exclude all the Win32 build artifacts (Studio and otherwise)
Squashed commit of the following: commit e37c7626f035a29321c9ac12cca83a0af2132abb commit 86ebb3e66aedb6b5a31d61d57c39cf84c12d2276 commit 6cd677c8fca4102f223fb1708d00a65c2ded6658 Author: Derek <derekray@gmail.com> Date: Fri Feb 13 13:24:29 2015 -0500
1 parent 041045a commit 4c496d0

6 files changed

Lines changed: 29 additions & 2 deletions

File tree

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,19 @@ _$*
2727
core
2828
# CVS default ignores end
2929
.*.swp
30+
3031
# We generate makefiles by shell script
3132
Makefile
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+

dat/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ dungeon
1414
nethack.png
1515
nhsplash.xpm
1616
nhdat
17+
dlb.lst
18+
guioptions
19+
porthelp

include/.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

src/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ tile.c
66
Sysunix
77
nethack
88
*.o
9+
tiles.bmp

win/share/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tiletxt.c

win/win32/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Build-generated stuff that we don't want
2+
*.bmp
3+
*.ico
4+

0 commit comments

Comments
 (0)