1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-10 15:48:06 -05:00

Add further types of garbage to .cvsignore and to "make clean"

[originally from svn r581]
This commit is contained in:
Simon Tatham 2000-09-11 09:23:23 +00:00
parent 9e8c1be86f
commit 4c7e70c110
2 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,3 @@
*.pdb *.ilk *.res *.RES *.pch *.rsp *.obj *.exe
*.pdb *.ilk *.res *.RES *.pch *.rsp *.obj *.exe *.ncb *.plg *.dsw *.opt *.dsp
mkres mkres.exe
Makefile.bor Makefile.cyg

View File

@ -216,3 +216,8 @@ clean:
del *.ilk
del *.pdb
del *.rsp
del *.dsp
del *.dsw
del *.ncb
del *.opt
del *.plg