From cc8fad9a7fa6397d7b16eb52f8d6fa689eceff94 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 13 Feb 2013 17:02:38 +0100 Subject: 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. --- vs/vc8/src/.gitattributes | 1 + vs/vc8/src/.gitignore | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 vs/vc8/src/.gitattributes create mode 100644 vs/vc8/src/.gitignore (limited to 'vs/vc8/src') 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 -- cgit v1.2.3