From fa1dc424df9e373c3ce0662c7ade49318111795b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 27 Apr 2017 19:36:47 +0300 Subject: split root .git{ignore,attributes} files --- .gitattributes | 9 --------- .gitignore | 8 -------- km/build/wdk7.1/.gitattributes | 1 + km/build/wdk8.1update/.gitattributes | 2 ++ km/build/wdk8.1update/.gitignore | 3 +++ km/build/wdk8.1update/minimal/.gitignore | 4 ++-- km/build/wdk8.1update/simple/.gitignore | 4 ++-- km/build/wdk8.1update/special/nt_path_converter/.gitignore | 4 ++-- km/build/wdk8.1update/special/sysenter/.gitignore | 4 ++-- km/src/.gitattributes | 3 +++ km/src/.gitignore | 4 ++++ 11 files changed, 21 insertions(+), 25 deletions(-) delete mode 100644 .gitattributes delete mode 100644 .gitignore create mode 100644 km/build/wdk7.1/.gitattributes create mode 100644 km/build/wdk8.1update/.gitattributes create mode 100644 km/build/wdk8.1update/.gitignore create mode 100644 km/src/.gitattributes create mode 100644 km/src/.gitignore diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 22f7bc6..0000000 --- a/.gitattributes +++ /dev/null @@ -1,9 +0,0 @@ -* text=auto - -dirs text eol=crlf -makefile text eol=crlf -sources text eol=crlf -*.bat text eol=crlf - -*.sln text eol=crlf -*.vcxproj text eol=crlf diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 817a3f4..0000000 --- a/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -*.err -*.log -*.wrn -obj*/ - -*.suo -*.vcxproj.filters -*.vcxproj.user diff --git a/km/build/wdk7.1/.gitattributes b/km/build/wdk7.1/.gitattributes new file mode 100644 index 0000000..69b47b5 --- /dev/null +++ b/km/build/wdk7.1/.gitattributes @@ -0,0 +1 @@ +*.bat text eol=crlf diff --git a/km/build/wdk8.1update/.gitattributes b/km/build/wdk8.1update/.gitattributes new file mode 100644 index 0000000..49ee6e5 --- /dev/null +++ b/km/build/wdk8.1update/.gitattributes @@ -0,0 +1,2 @@ +*.sln text eol=crlf +*.vcxproj text eol=crlf diff --git a/km/build/wdk8.1update/.gitignore b/km/build/wdk8.1update/.gitignore new file mode 100644 index 0000000..1882376 --- /dev/null +++ b/km/build/wdk8.1update/.gitignore @@ -0,0 +1,3 @@ +*.suo +*.vcxproj.filters +*.vcxproj.user diff --git a/km/build/wdk8.1update/minimal/.gitignore b/km/build/wdk8.1update/minimal/.gitignore index cd42ee3..4ded7c4 100644 --- a/km/build/wdk8.1update/minimal/.gitignore +++ b/km/build/wdk8.1update/minimal/.gitignore @@ -1,2 +1,2 @@ -bin/ -obj/ +/bin/ +/obj/ diff --git a/km/build/wdk8.1update/simple/.gitignore b/km/build/wdk8.1update/simple/.gitignore index cd42ee3..4ded7c4 100644 --- a/km/build/wdk8.1update/simple/.gitignore +++ b/km/build/wdk8.1update/simple/.gitignore @@ -1,2 +1,2 @@ -bin/ -obj/ +/bin/ +/obj/ diff --git a/km/build/wdk8.1update/special/nt_path_converter/.gitignore b/km/build/wdk8.1update/special/nt_path_converter/.gitignore index cd42ee3..4ded7c4 100644 --- a/km/build/wdk8.1update/special/nt_path_converter/.gitignore +++ b/km/build/wdk8.1update/special/nt_path_converter/.gitignore @@ -1,2 +1,2 @@ -bin/ -obj/ +/bin/ +/obj/ diff --git a/km/build/wdk8.1update/special/sysenter/.gitignore b/km/build/wdk8.1update/special/sysenter/.gitignore index cd42ee3..4ded7c4 100644 --- a/km/build/wdk8.1update/special/sysenter/.gitignore +++ b/km/build/wdk8.1update/special/sysenter/.gitignore @@ -1,2 +1,2 @@ -bin/ -obj/ +/bin/ +/obj/ diff --git a/km/src/.gitattributes b/km/src/.gitattributes new file mode 100644 index 0000000..30a72a0 --- /dev/null +++ b/km/src/.gitattributes @@ -0,0 +1,3 @@ +dirs text eol=crlf +makefile text eol=crlf +sources text eol=crlf diff --git a/km/src/.gitignore b/km/src/.gitignore new file mode 100644 index 0000000..d6421d3 --- /dev/null +++ b/km/src/.gitignore @@ -0,0 +1,4 @@ +*.err +*.log +*.wrn +obj*/ -- cgit v1.2.3