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
Родитель 9e8c1be86f
Коммит 4c7e70c110
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

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

Просмотреть файл

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