From 62c72e527932ba8cfb6bbfca31d1e6815649ff94 Mon Sep 17 00:00:00 2001 From: Daniel Collins Date: Wed, 20 Sep 2017 00:13:16 +0100 Subject: [PATCH] Delete tests/tap/basic.o in clean and update .gitignore --- .gitignore | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c60037c..8d6899c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -Makefile.dep *.o *.s *.dll *.exe ipxwrapper.log +/.d/ diff --git a/Makefile b/Makefile index 1497b49..3bb528c 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ clean: rm -f ipxwrapper.dll wsock32.dll mswsock.dll ipxconfig.exe dpwsockx.dll rm -f src/*.o src/*_stubs.s icons/*.o version.o - rm -f $(TESTS) $(addsuffix .o,$(basename $(TESTS))) + rm -f $(TESTS) $(addsuffix .o,$(basename $(TESTS))) tests/tap/basic.o rm -f $(TOOLS) $(addsuffix .o,$(basename $(TOOLS))) rm -f $(TOOL_DLLS)