mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
Improvements to .cvsignore, to attempt to reduce the huge number of
? lines I see when running `cvs update', which in turn might help deal with my tendency to forget to `cvs add' new files before a big checkin :-) [originally from svn r3042]
This commit is contained in:
parent
7706da5e17
commit
6504c5c894
@ -1,3 +1,7 @@
|
|||||||
*.pdb *.ilk *.res *.RES *.pch *.rsp *.obj *.exe *.ncb *.plg *.dsw *.opt *.dsp
|
*.pdb *.ilk *.res *.RES *.pch *.rsp *.obj *.exe *.ncb *.plg *.dsw *.opt *.dsp
|
||||||
*.tds *.map
|
*.tds *.map
|
||||||
Makefile.bor Makefile.cyg Makefile.vc
|
Makefile.bor Makefile.cyg Makefile.vc
|
||||||
|
*.log
|
||||||
|
pageant plink pscp psftp putty puttytel puttygen
|
||||||
|
*.DSA *.RSA
|
||||||
|
*.cnt *.hlp
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
Makefile.gtk
|
Makefile.gtk Makefile
|
||||||
plink pterm
|
plink pterm putty
|
||||||
|
*.log
|
||||||
|
Loading…
Reference in New Issue
Block a user