diff options
author | Yang Tse <yangsita@gmail.com> | 2013-02-11 19:00:38 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-02-13 13:28:12 +0100 |
commit | 7970821117d2877964308726fae6a6b7f41ca786 (patch) | |
tree | 016215391ee081020aa6b3792dc9fa49135b84e4 /vc/t/src | |
parent | d713e9a20700a784a9f2cb7b5941a223c704e86e (diff) |
msvc IDE 'vc' directory tree preparation
Diffstat (limited to 'vc/t/src')
-rw-r--r-- | vc/t/src/.gitattributes | 1 | ||||
-rw-r--r-- | vc/t/src/.gitignore | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/vc/t/src/.gitattributes b/vc/t/src/.gitattributes new file mode 100644 index 000000000..aecf25037 --- /dev/null +++ b/vc/t/src/.gitattributes @@ -0,0 +1 @@ +* -crlf diff --git a/vc/t/src/.gitignore b/vc/t/src/.gitignore new file mode 100644 index 000000000..595d4d850 --- /dev/null +++ b/vc/t/src/.gitignore @@ -0,0 +1,5 @@ +* +!.gitattributes +!.gitignore +!*.foot +!*.head |