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