Commit 79708211 authored by Yang Tse's avatar Yang Tse
Browse files

msvc IDE 'vc' directory tree preparation

parent d713e9a2
Loading
Loading
Loading
Loading

vc/.gitignore

0 → 100644
+5 −0
Original line number Diff line number Diff line
*
!.gitignore
!t
!vc6
!vc8

vc/t/.gitattributes

0 → 100644
+1 −0
Original line number Diff line number Diff line
* -crlf

vc/t/.gitignore

0 → 100644
+7 −0
Original line number Diff line number Diff line
*
!.gitattributes
!.gitignore
!README
!lib
!src
!tests
+1 −0
Original line number Diff line number Diff line
* -crlf

vc/t/lib/.gitignore

0 → 100644
+5 −0
Original line number Diff line number Diff line
*
!.gitattributes
!.gitignore
!*.foot
!*.head
Loading