]> granicus.if.org Git - nethack/commitdiff
Exclude all the Win32 build artifacts (Studio and otherwise)
authorDerek <derekray@gmail.com>
Fri, 13 Feb 2015 18:26:05 +0000 (13:26 -0500)
committerDerek <derekray@gmail.com>
Fri, 13 Feb 2015 18:26:05 +0000 (13:26 -0500)
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

.gitignore
dat/.gitignore
include/.gitignore
src/.gitignore
win/share/.gitignore [new file with mode: 0644]
win/win32/.gitignore [new file with mode: 0644]

index 6a161df640c03ffdd65aa45ce62995304e712332..db3e64482182402993e84203d0fba7cf52c75034 100644 (file)
@@ -27,5 +27,19 @@ _$*
 core
 # CVS default ignores end
 .*.swp
+
 # We generate makefiles by shell script
 Makefile
+
+# Win32-specific ignores
+binary/
+build/
+Nethack.sln
+Nethack.sdf
+Nethack.opensdf
+Makefile.bcc
+Makefile.gcc
+*.pdb
+*.ilk
+# Win32-specific ignores end
+
index e5bd4aba664019c676119ca2784d7c41a84dc200..88e516283cd1f5bcf8af2583da99bd24d081fb0b 100644 (file)
@@ -14,3 +14,6 @@ dungeon
 nethack.png
 nhsplash.xpm
 nhdat
+dlb.lst
+guioptions
+porthelp
index 5bae20a5f560729ca53f84b482a075bb24f2077e..b9bd5d8ab603a941211acc293c64f389a2ec9e27 100644 (file)
@@ -1,3 +1,7 @@
 .cvsignore
-date.h onames.h pm.h vis_tab.h
-dgn_comp.h lev_comp.h
+date.h
+onames.h
+pm.h
+vis_tab.h
+dgn_comp.h
+lev_comp.h
index 602f782b0c132132e5116896d301024bec5939a8..04325af7922ef0ed0d5b1b9221ca2f27b44eadb5 100644 (file)
@@ -6,3 +6,4 @@ tile.c
 Sysunix
 nethack
 *.o
+tiles.bmp
diff --git a/win/share/.gitignore b/win/share/.gitignore
new file mode 100644 (file)
index 0000000..10969bb
--- /dev/null
@@ -0,0 +1 @@
+tiletxt.c
diff --git a/win/win32/.gitignore b/win/win32/.gitignore
new file mode 100644 (file)
index 0000000..c40993f
--- /dev/null
@@ -0,0 +1,4 @@
+# Build-generated stuff that we don't want
+*.bmp
+*.ico
+