1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[git] added gitattributes & gitignore

This commit is contained in:
Pete Batard 2011-11-13 13:52:07 +00:00
parent 15c1bb4905
commit a3c0ac9b6a
2 changed files with 56 additions and 0 deletions

11
.gitattributes vendored Normal file
View file

@ -0,0 +1,11 @@
*.sh eol=lf
*.ac eol=lf
*.am eol=lf
*.sln eol=crlf
*.vcproj eol=crlf
*.vcxproj* eol=crlf
*.rc eol=crlf
*.sh export-ignore
.gitattributes export-ignore
.gitignore export-ignore
*.creole export-ignore