1
0
mirror of https://github.com/solemnwarning/ipxwrapper synced 2024-12-30 16:45:37 +01:00

Delete tests/tap/basic.o in clean and update .gitignore

This commit is contained in:
Daniel Collins 2017-09-20 00:13:16 +01:00
parent 753280da5d
commit 62c72e5279
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
Makefile.dep
*.o
*.s
*.dll
*.exe
ipxwrapper.log
/.d/

View File

@ -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)