diff options
Diffstat (limited to '')
-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 |