diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..400b529f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,32 @@ +* text=auto + +*.c text +*.cpp text +*.h text + +*.py text +*.sh text + +*.make text +Makefile text + +*.txt text +*.md text +*.html text + +readmeaig text +LICENSE text +license text +CHANGES text +README text + +.hgignore text +.gitignore text +.gitattributes text + +*.dsp text eol=crlf +*.dsw text eol=crlf + +*.aig binary +*.lib binary +*.dll binary |