-
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added unified '.gitattributes' file.
- Loading branch information
Showing
1 changed file
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,31 @@ | ||
LICENSE text eol=lf | ||
/screenshots export-ignore | ||
Makefile export-ignore | ||
*.md text eol=lf | ||
*.c text eol=lf | ||
*.cc text eol=lf | ||
*.h text eol=lf | ||
*.cc text eol=lf | ||
*.S text eol=lf | ||
*.s text eol=lf | ||
*.hex -crlf -diff | ||
*.elf -crlf -diff | ||
*.ld text eol=lf | ||
Makefile text eol=lf | ||
*.mk text eol=lf | ||
*.nomk text eol=lf | ||
*.pl text eol=lf | ||
*.js text eol=lf | ||
*.json text eol=lf | ||
*.html text eol=lf | ||
*.css text eol=lf | ||
*.svg text eol=lf | ||
*.png -crlf -diff | ||
*.yml text eol=lf | ||
*.xml text eol=lf | ||
*.mcm text eol=lf | ||
*.nsi text eol=lf | ||
*.nsh text eol=lf | ||
*.lua text eol=lf | ||
*.txt text eol=lf | ||
*.sh text eol=lf | ||
*.config text eol=lf |