From bae3c6088f755f5c776710dfa443e7ad8ef7493d Mon Sep 17 00:00:00 2001 From: Derek Date: Fri, 13 Feb 2015 13:26:05 -0500 Subject: [PATCH] Exclude all the Win32 build artifacts (Studio and otherwise) Squashed commit of the following: commit e37c7626f035a29321c9ac12cca83a0af2132abb commit 86ebb3e66aedb6b5a31d61d57c39cf84c12d2276 commit 6cd677c8fca4102f223fb1708d00a65c2ded6658 Author: Derek Date: Fri Feb 13 13:24:29 2015 -0500 --- .gitignore | 14 ++++++++++++++ dat/.gitignore | 3 +++ include/.gitignore | 8 ++++++-- src/.gitignore | 1 + win/share/.gitignore | 1 + win/win32/.gitignore | 4 ++++ 6 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 win/share/.gitignore create mode 100644 win/win32/.gitignore diff --git a/.gitignore b/.gitignore index 6a161df64..db3e64482 100644 --- a/.gitignore +++ b/.gitignore @@ -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 + diff --git a/dat/.gitignore b/dat/.gitignore index e5bd4aba6..88e516283 100644 --- a/dat/.gitignore +++ b/dat/.gitignore @@ -14,3 +14,6 @@ dungeon nethack.png nhsplash.xpm nhdat +dlb.lst +guioptions +porthelp diff --git a/include/.gitignore b/include/.gitignore index 5bae20a5f..b9bd5d8ab 100644 --- a/include/.gitignore +++ b/include/.gitignore @@ -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 diff --git a/src/.gitignore b/src/.gitignore index 602f782b0..04325af79 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -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 index 000000000..10969bb60 --- /dev/null +++ b/win/share/.gitignore @@ -0,0 +1 @@ +tiletxt.c diff --git a/win/win32/.gitignore b/win/win32/.gitignore new file mode 100644 index 000000000..c40993f47 --- /dev/null +++ b/win/win32/.gitignore @@ -0,0 +1,4 @@ +# Build-generated stuff that we don't want +*.bmp +*.ico + -- 2.40.0