aboutsummaryrefslogtreecommitdiff
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
parentd713e9a20700a784a9f2cb7b5941a223c704e86e (diff)
msvc IDE 'vc' directory tree preparation
-rw-r--r--vc/.gitignore5
-rw-r--r--vc/t/.gitattributes1
-rw-r--r--vc/t/.gitignore7
-rw-r--r--vc/t/lib/.gitattributes1
-rw-r--r--vc/t/lib/.gitignore5
-rw-r--r--vc/t/src/.gitattributes1
-rw-r--r--vc/t/src/.gitignore5
-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
-rw-r--r--vc/vc8/.gitattributes1
-rw-r--r--vc/vc8/.gitignore7
-rw-r--r--vc/vc8/lib/.gitattributes1
-rw-r--r--vc/vc8/lib/.gitignore4
-rw-r--r--vc/vc8/src/.gitattributes1
-rw-r--r--vc/vc8/src/.gitignore5
19 files changed, 63 insertions, 0 deletions
diff --git a/vc/.gitignore b/vc/.gitignore
new file mode 100644
index 000000000..95f9f5692
--- /dev/null
+++ b/vc/.gitignore
@@ -0,0 +1,5 @@
+*
+!.gitignore
+!t
+!vc6
+!vc8
diff --git a/vc/t/.gitattributes b/vc/t/.gitattributes
new file mode 100644
index 000000000..aecf25037
--- /dev/null
+++ b/vc/t/.gitattributes
@@ -0,0 +1 @@
+* -crlf
diff --git a/vc/t/.gitignore b/vc/t/.gitignore
new file mode 100644
index 000000000..e3ebe8050
--- /dev/null
+++ b/vc/t/.gitignore
@@ -0,0 +1,7 @@
+*
+!.gitattributes
+!.gitignore
+!README
+!lib
+!src
+!tests
diff --git a/vc/t/lib/.gitattributes b/vc/t/lib/.gitattributes
new file mode 100644
index 000000000..aecf25037
--- /dev/null
+++ b/vc/t/lib/.gitattributes
@@ -0,0 +1 @@
+* -crlf
diff --git a/vc/t/lib/.gitignore b/vc/t/lib/.gitignore
new file mode 100644
index 000000000..595d4d850
--- /dev/null
+++ b/vc/t/lib/.gitignore
@@ -0,0 +1,5 @@
+*
+!.gitattributes
+!.gitignore
+!*.foot
+!*.head
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
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
diff --git a/vc/vc8/.gitattributes b/vc/vc8/.gitattributes
new file mode 100644
index 000000000..aecf25037
--- /dev/null
+++ b/vc/vc8/.gitattributes
@@ -0,0 +1 @@
+* -crlf
diff --git a/vc/vc8/.gitignore b/vc/vc8/.gitignore
new file mode 100644
index 000000000..68e2ba073
--- /dev/null
+++ b/vc/vc8/.gitignore
@@ -0,0 +1,7 @@
+*
+!.gitattributes
+!.gitignore
+!lib
+!src
+!tests
+!vc8curl.sln
diff --git a/vc/vc8/lib/.gitattributes b/vc/vc8/lib/.gitattributes
new file mode 100644
index 000000000..aecf25037
--- /dev/null
+++ b/vc/vc8/lib/.gitattributes
@@ -0,0 +1 @@
+* -crlf
diff --git a/vc/vc8/lib/.gitignore b/vc/vc8/lib/.gitignore
new file mode 100644
index 000000000..4f5c670ba
--- /dev/null
+++ b/vc/vc8/lib/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitattributes
+!.gitignore
+!vc8libcurl.sln
diff --git a/vc/vc8/src/.gitattributes b/vc/vc8/src/.gitattributes
new file mode 100644
index 000000000..aecf25037
--- /dev/null
+++ b/vc/vc8/src/.gitattributes
@@ -0,0 +1 @@
+* -crlf
diff --git a/vc/vc8/src/.gitignore b/vc/vc8/src/.gitignore
new file mode 100644
index 000000000..7fae07f4e
--- /dev/null
+++ b/vc/vc8/src/.gitignore
@@ -0,0 +1,5 @@
+*
+!.gitattributes
+!.gitignore
+!vc8curltool.sln
+!vc8curltool.vcproj