From 8069409c739c25341db71cb611c08e3f62c6ce98 Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Sat, 2 May 2020 14:50:51 -0700 Subject: [PATCH] Add .gitattributes --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0625f9c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/ChangeLog.txt export-ignore +/examples export-ignore +/Makefile export-ignore +/ruleset.xml export-ignore +/tests export-ignore