aboutsummaryrefslogtreecommitdiff
path: root/vc/vc6
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2013-02-11 19:00:38 +0100
committerYang Tse <yangsita@gmail.com>2013-02-13 13:28:12 +0100
commit7970821117d2877964308726fae6a6b7f41ca786 (patch)
tree016215391ee081020aa6b3792dc9fa49135b84e4 /vc/vc6
parentd713e9a20700a784a9f2cb7b5941a223c704e86e (diff)
msvc IDE 'vc' directory tree preparation
Diffstat (limited to 'vc/vc6')
-rw-r--r--vc/vc6/.gitattributes1
-rw-r--r--vc/vc6/.gitignore7
-rw-r--r--vc/vc6/lib/.gitattributes1
-rw-r--r--vc/vc6/lib/.gitignore4
-rw-r--r--vc/vc6/src/.gitattributes1
-rw-r--r--vc/vc6/src/.gitignore5
6 files changed, 19 insertions, 0 deletions
diff --git a/vc/vc6/.gitattributes b/vc/vc6/.gitattributes
new file mode 100644
index 000000000..aecf25037
--- /dev/null
+++ b/vc/vc6/.gitattributes
@@ -0,0 +1 @@
+* -crlf
diff --git a/vc/vc6/.gitignore b/vc/vc6/.gitignore
new file mode 100644
index 000000000..79f1177e5
--- /dev/null
+++ b/vc/vc6/.gitignore
@@ -0,0 +1,7 @@
+*
+!.gitattributes
+!.gitignore
+!lib
+!src
+!tests
+!vc6curl.dsw
diff --git a/vc/vc6/lib/.gitattributes b/vc/vc6/lib/.gitattributes
new file mode 100644
index 000000000..aecf25037
--- /dev/null
+++ b/vc/vc6/lib/.gitattributes
@@ -0,0 +1 @@
+* -crlf
diff --git a/vc/vc6/lib/.gitignore b/vc/vc6/lib/.gitignore
new file mode 100644
index 000000000..7832007ba
--- /dev/null
+++ b/vc/vc6/lib/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitattributes
+!.gitignore
+!vc6libcurl.dsw
diff --git a/vc/vc6/src/.gitattributes b/vc/vc6/src/.gitattributes
new file mode 100644
index 000000000..aecf25037
--- /dev/null
+++ b/vc/vc6/src/.gitattributes
@@ -0,0 +1 @@
+* -crlf
diff --git a/vc/vc6/src/.gitignore b/vc/vc6/src/.gitignore
new file mode 100644
index 000000000..030326912
--- /dev/null
+++ b/vc/vc6/src/.gitignore
@@ -0,0 +1,5 @@
+*
+!.gitattributes
+!.gitignore
+!vc6curltool.dsp
+!vc6curltool.dsw