]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Add further types of garbage to .cvsignore and to "make clean"
authorSimon Tatham <anakin@pobox.com>
Mon, 11 Sep 2000 09:23:23 +0000 (09:23 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 11 Sep 2000 09:23:23 +0000 (09:23 +0000)
[originally from svn r581]

.cvsignore
Makefile

index ff1741959051ee1e285dccd0c9f5c28f478636aa..698b948518404391c74bb3fe8c40b035d73cb3ac 100644 (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
index 3b134914e2b296929542f9ab8ce636a406666146..270cb5cd6b30a36ceac6762cdda8c693323a240e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -216,3 +216,8 @@ clean:
        del *.ilk
        del *.pdb
        del *.rsp
+       del *.dsp
+       del *.dsw
+       del *.ncb
+       del *.opt
+       del *.plg