diff options
author | Yang Tse <yangsita@gmail.com> | 2013-02-13 17:02:38 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-02-13 17:14:21 +0100 |
commit | cc8fad9a7fa6397d7b16eb52f8d6fa689eceff94 (patch) | |
tree | 66d27d7b4e5755937737c67d9dd6a39d605b1955 /vs/vc8 | |
parent | 72da89a74d7f29a99a801b8dc7dbade13d09ea2f (diff) |
move msvc IDE related files to 'vs' directory tree
Use 'vs' directory tree given that 'vc' intended one clashes
with an already existing build target in file Makefile.dist.
Diffstat (limited to 'vs/vc8')
-rw-r--r-- | vs/vc8/.gitattributes | 1 | ||||
-rw-r--r-- | vs/vc8/.gitignore | 7 | ||||
-rw-r--r-- | vs/vc8/lib/.gitattributes | 1 | ||||
-rw-r--r-- | vs/vc8/lib/.gitignore | 4 | ||||
-rw-r--r-- | vs/vc8/src/.gitattributes | 1 | ||||
-rw-r--r-- | vs/vc8/src/.gitignore | 5 |
6 files changed, 19 insertions, 0 deletions
diff --git a/vs/vc8/.gitattributes b/vs/vc8/.gitattributes new file mode 100644 index 000000000..aecf25037 --- /dev/null +++ b/vs/vc8/.gitattributes @@ -0,0 +1 @@ +* -crlf diff --git a/vs/vc8/.gitignore b/vs/vc8/.gitignore new file mode 100644 index 000000000..68e2ba073 --- /dev/null +++ b/vs/vc8/.gitignore @@ -0,0 +1,7 @@ +* +!.gitattributes +!.gitignore +!lib +!src +!tests +!vc8curl.sln diff --git a/vs/vc8/lib/.gitattributes b/vs/vc8/lib/.gitattributes new file mode 100644 index 000000000..aecf25037 --- /dev/null +++ b/vs/vc8/lib/.gitattributes @@ -0,0 +1 @@ +* -crlf diff --git a/vs/vc8/lib/.gitignore b/vs/vc8/lib/.gitignore new file mode 100644 index 000000000..4f5c670ba --- /dev/null +++ b/vs/vc8/lib/.gitignore @@ -0,0 +1,4 @@ +* +!.gitattributes +!.gitignore +!vc8libcurl.sln diff --git a/vs/vc8/src/.gitattributes b/vs/vc8/src/.gitattributes new file mode 100644 index 000000000..aecf25037 --- /dev/null +++ b/vs/vc8/src/.gitattributes @@ -0,0 +1 @@ +* -crlf diff --git a/vs/vc8/src/.gitignore b/vs/vc8/src/.gitignore new file mode 100644 index 000000000..7fae07f4e --- /dev/null +++ b/vs/vc8/src/.gitignore @@ -0,0 +1,5 @@ +* +!.gitattributes +!.gitignore +!vc8curltool.sln +!vc8curltool.vcproj |