diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3003b4d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +*.sln.in eol=crlf +*.vcxproj.* eol=crlf + +/fuzz/dns_rdata_fromwire_text.in/input-* -text + +.gitignore export-ignore +/conftools export-ignore +/doc/design export-ignore +/doc/dev export-ignore +/util/** export-ignore +/util/bindkeys.pl -export-ignore +/util/check-make-install.in -export-ignore +/util/mksymtbl.pl -export-ignore |