From 8dbaafbb7b7a49a9fade8377db65fad776462461 Mon Sep 17 00:00:00 2001 From: Ray Chason Date: Wed, 23 May 2018 23:19:35 -0400 Subject: [PATCH] Ignore Win32 build products --- include/.gitignore | 1 + src/.gitignore | 3 +++ sys/winnt/.gitignore | 1 + util/.gitignore | 2 ++ win/Qt4/.gitignore | 1 + 5 files changed, 8 insertions(+) create mode 100644 sys/winnt/.gitignore create mode 100644 win/Qt4/.gitignore diff --git a/include/.gitignore b/include/.gitignore index cb5a92532..4906e6ce8 100644 --- a/include/.gitignore +++ b/include/.gitignore @@ -6,3 +6,4 @@ vis_tab.h dgn_comp.h lev_comp.h tile.h +win32api.h diff --git a/src/.gitignore b/src/.gitignore index 514698044..df4310a30 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -8,3 +8,6 @@ nethack *.o tiles.bmp *.moc +graphicschk +nhdat +o diff --git a/sys/winnt/.gitignore b/sys/winnt/.gitignore new file mode 100644 index 000000000..1fe00dd91 --- /dev/null +++ b/sys/winnt/.gitignore @@ -0,0 +1 @@ +NetHack.ico diff --git a/util/.gitignore b/util/.gitignore index 95b7c4db1..c211d0a77 100644 --- a/util/.gitignore +++ b/util/.gitignore @@ -1,6 +1,8 @@ dgn_lex.c +dgn_flex.c dgn_yacc.c lev_lex.c +lev_flex.c lev_yacc.c tiletxt.c makedefs diff --git a/win/Qt4/.gitignore b/win/Qt4/.gitignore new file mode 100644 index 000000000..e978b1085 --- /dev/null +++ b/win/Qt4/.gitignore @@ -0,0 +1 @@ +*.moc -- 2.40.0