msvc IDE 'vc' directory tree preparation
authorYang Tse <yangsita@gmail.com>
Mon, 11 Feb 2013 18:00:38 +0000 (19:00 +0100)
committerYang Tse <yangsita@gmail.com>
Wed, 13 Feb 2013 12:28:12 +0000 (13:28 +0100)
19 files changed:
vc/.gitignore [new file with mode: 0644]
vc/t/.gitattributes [new file with mode: 0644]
vc/t/.gitignore [new file with mode: 0644]
vc/t/lib/.gitattributes [new file with mode: 0644]
vc/t/lib/.gitignore [new file with mode: 0644]
vc/t/src/.gitattributes [new file with mode: 0644]
vc/t/src/.gitignore [new file with mode: 0644]
vc/vc6/.gitattributes [new file with mode: 0644]
vc/vc6/.gitignore [new file with mode: 0644]
vc/vc6/lib/.gitattributes [new file with mode: 0644]
vc/vc6/lib/.gitignore [new file with mode: 0644]
vc/vc6/src/.gitattributes [new file with mode: 0644]
vc/vc6/src/.gitignore [new file with mode: 0644]
vc/vc8/.gitattributes [new file with mode: 0644]
vc/vc8/.gitignore [new file with mode: 0644]
vc/vc8/lib/.gitattributes [new file with mode: 0644]
vc/vc8/lib/.gitignore [new file with mode: 0644]
vc/vc8/src/.gitattributes [new file with mode: 0644]
vc/vc8/src/.gitignore [new file with mode: 0644]

diff --git a/vc/.gitignore b/vc/.gitignore
new file mode 100644 (file)
index 0000000..95f9f56
--- /dev/null
@@ -0,0 +1,5 @@
+*
+!.gitignore
+!t
+!vc6
+!vc8
diff --git a/vc/t/.gitattributes b/vc/t/.gitattributes
new file mode 100644 (file)
index 0000000..aecf250
--- /dev/null
@@ -0,0 +1 @@
+* -crlf
diff --git a/vc/t/.gitignore b/vc/t/.gitignore
new file mode 100644 (file)
index 0000000..e3ebe80
--- /dev/null
@@ -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 (file)
index 0000000..aecf250
--- /dev/null
@@ -0,0 +1 @@
+* -crlf
diff --git a/vc/t/lib/.gitignore b/vc/t/lib/.gitignore
new file mode 100644 (file)
index 0000000..595d4d8
--- /dev/null
@@ -0,0 +1,5 @@
+*
+!.gitattributes
+!.gitignore
+!*.foot
+!*.head
diff --git a/vc/t/src/.gitattributes b/vc/t/src/.gitattributes
new file mode 100644 (file)
index 0000000..aecf250
--- /dev/null
@@ -0,0 +1 @@
+* -crlf
diff --git a/vc/t/src/.gitignore b/vc/t/src/.gitignore
new file mode 100644 (file)
index 0000000..595d4d8
--- /dev/null
@@ -0,0 +1,5 @@
+*
+!.gitattributes
+!.gitignore
+!*.foot
+!*.head
diff --git a/vc/vc6/.gitattributes b/vc/vc6/.gitattributes
new file mode 100644 (file)
index 0000000..aecf250
--- /dev/null
@@ -0,0 +1 @@
+* -crlf
diff --git a/vc/vc6/.gitignore b/vc/vc6/.gitignore
new file mode 100644 (file)
index 0000000..79f1177
--- /dev/null
@@ -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 (file)
index 0000000..aecf250
--- /dev/null
@@ -0,0 +1 @@
+* -crlf
diff --git a/vc/vc6/lib/.gitignore b/vc/vc6/lib/.gitignore
new file mode 100644 (file)
index 0000000..7832007
--- /dev/null
@@ -0,0 +1,4 @@
+*
+!.gitattributes
+!.gitignore
+!vc6libcurl.dsw
diff --git a/vc/vc6/src/.gitattributes b/vc/vc6/src/.gitattributes
new file mode 100644 (file)
index 0000000..aecf250
--- /dev/null
@@ -0,0 +1 @@
+* -crlf
diff --git a/vc/vc6/src/.gitignore b/vc/vc6/src/.gitignore
new file mode 100644 (file)
index 0000000..0303269
--- /dev/null
@@ -0,0 +1,5 @@
+*
+!.gitattributes
+!.gitignore
+!vc6curltool.dsp
+!vc6curltool.dsw
diff --git a/vc/vc8/.gitattributes b/vc/vc8/.gitattributes
new file mode 100644 (file)
index 0000000..aecf250
--- /dev/null
@@ -0,0 +1 @@
+* -crlf
diff --git a/vc/vc8/.gitignore b/vc/vc8/.gitignore
new file mode 100644 (file)
index 0000000..68e2ba0
--- /dev/null
@@ -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 (file)
index 0000000..aecf250
--- /dev/null
@@ -0,0 +1 @@
+* -crlf
diff --git a/vc/vc8/lib/.gitignore b/vc/vc8/lib/.gitignore
new file mode 100644 (file)
index 0000000..4f5c670
--- /dev/null
@@ -0,0 +1,4 @@
+*
+!.gitattributes
+!.gitignore
+!vc8libcurl.sln
diff --git a/vc/vc8/src/.gitattributes b/vc/vc8/src/.gitattributes
new file mode 100644 (file)
index 0000000..aecf250
--- /dev/null
@@ -0,0 +1 @@
+* -crlf
diff --git a/vc/vc8/src/.gitignore b/vc/vc8/src/.gitignore
new file mode 100644 (file)
index 0000000..7fae07f
--- /dev/null
@@ -0,0 +1,5 @@
+*
+!.gitattributes
+!.gitignore
+!vc8curltool.sln
+!vc8curltool.vcproj