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/src | |
parent | reorganize files (diff) | |
download | windows7-drivers-fa1dc424df9e373c3ce0662c7ade49318111795b.tar.gz windows7-drivers-fa1dc424df9e373c3ce0662c7ade49318111795b.zip |
split root .git{ignore,attributes} files
Diffstat (limited to 'km/src')
-rw-r--r-- | km/src/.gitattributes | 3 | ||||
-rw-r--r-- | km/src/.gitignore | 4 |
2 files changed, 7 insertions, 0 deletions
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*/ |