diff options
-rw-r--r-- | .gitattributes | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1149409 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +* text=auto +*.cc text +*.h text +*.txt text +CMake* text +*.cmake text +*.md text +*.in text +Doxyfile text +Makefile text |