diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-27 19:36:47 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-27 19:36:47 +0300 |
commit | fa1dc424df9e373c3ce0662c7ade49318111795b (patch) | |
tree | cdd4459aaa98ebed5c660fff40a6101702e84b63 /km/build | |
parent | reorganize files (diff) | |
download | windows7-drivers-fa1dc424df9e373c3ce0662c7ade49318111795b.tar.gz windows7-drivers-fa1dc424df9e373c3ce0662c7ade49318111795b.zip |
split root .git{ignore,attributes} files
Diffstat (limited to 'km/build')
-rw-r--r-- | km/build/wdk7.1/.gitattributes | 1 | ||||
-rw-r--r-- | km/build/wdk8.1update/.gitattributes | 2 | ||||
-rw-r--r-- | km/build/wdk8.1update/.gitignore | 3 | ||||
-rw-r--r-- | km/build/wdk8.1update/minimal/.gitignore | 4 | ||||
-rw-r--r-- | km/build/wdk8.1update/simple/.gitignore | 4 | ||||
-rw-r--r-- | km/build/wdk8.1update/special/nt_path_converter/.gitignore | 4 | ||||
-rw-r--r-- | km/build/wdk8.1update/special/sysenter/.gitignore | 4 |
7 files changed, 14 insertions, 8 deletions
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/ |