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
This commit is contained in:
+14
@@ -27,5 +27,19 @@ _$*
|
|||||||
core
|
core
|
||||||
# CVS default ignores end
|
# CVS default ignores end
|
||||||
.*.swp
|
.*.swp
|
||||||
|
|
||||||
# We generate makefiles by shell script
|
# We generate makefiles by shell script
|
||||||
Makefile
|
Makefile
|
||||||
|
|
||||||
|
# Win32-specific ignores
|
||||||
|
binary/
|
||||||
|
build/
|
||||||
|
Nethack.sln
|
||||||
|
Nethack.sdf
|
||||||
|
Nethack.opensdf
|
||||||
|
Makefile.bcc
|
||||||
|
Makefile.gcc
|
||||||
|
*.pdb
|
||||||
|
*.ilk
|
||||||
|
# Win32-specific ignores end
|
||||||
|
|
||||||
|
|||||||
@@ -14,3 +14,6 @@ dungeon
|
|||||||
nethack.png
|
nethack.png
|
||||||
nhsplash.xpm
|
nhsplash.xpm
|
||||||
nhdat
|
nhdat
|
||||||
|
dlb.lst
|
||||||
|
guioptions
|
||||||
|
porthelp
|
||||||
|
|||||||
+6
-2
@@ -1,3 +1,7 @@
|
|||||||
.cvsignore
|
.cvsignore
|
||||||
date.h onames.h pm.h vis_tab.h
|
date.h
|
||||||
dgn_comp.h lev_comp.h
|
onames.h
|
||||||
|
pm.h
|
||||||
|
vis_tab.h
|
||||||
|
dgn_comp.h
|
||||||
|
lev_comp.h
|
||||||
|
|||||||
@@ -6,3 +6,4 @@ tile.c
|
|||||||
Sysunix
|
Sysunix
|
||||||
nethack
|
nethack
|
||||||
*.o
|
*.o
|
||||||
|
tiles.bmp
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
tiletxt.c
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
# Build-generated stuff that we don't want
|
||||||
|
*.bmp
|
||||||
|
*.ico
|
||||||
|
|
||||||
Reference in New Issue
Block a user