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 --- km/src/.gitattributes | 3 +++ km/src/.gitignore | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 km/src/.gitattributes create mode 100644 km/src/.gitignore (limited to 'km/src') 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