diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-27 17:49:49 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-27 17:49:49 +0300 |
commit | c3c05980028d359448e16e140623d210bdc6b160 (patch) | |
tree | cec462934a8cc7d79ae62b176efbdb14f80e46a1 | |
parent | test -> simple (diff) | |
download | windows7-drivers-c3c05980028d359448e16e140623d210bdc6b160.tar.gz windows7-drivers-c3c05980028d359448e16e140623d210bdc6b160.zip |
add the DIRS file
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | src/dirs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index a6f99d1..22f7bc6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ * text=auto +dirs text eol=crlf makefile text eol=crlf sources text eol=crlf *.bat text eol=crlf diff --git a/src/dirs b/src/dirs new file mode 100644 index 0000000..065777a --- /dev/null +++ b/src/dirs @@ -0,0 +1 @@ +DIRS = minimal nt_path_converter simple sysenter |