-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added a couple more tests to our details test
- Added a gitattributes file to force line endings to be correct.
- Loading branch information
1 parent
cda8d3a
commit d1ab630
Showing
4 changed files
with
720 additions
and
654 deletions.
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
* text=auto | ||
|
||
# These files are text and should be normalized (convert crlf to lf) | ||
*.rb text | ||
*.test text | ||
*.c text | ||
*.cpp text | ||
*.h text | ||
*.txt text | ||
*.yml text | ||
*.s79 text | ||
*.bat text | ||
*.xcl text | ||
*.inc text | ||
*.info text | ||
*.md text | ||
makefile text | ||
rakefile text | ||
|
||
|
||
#These files are binary and should not be normalized | ||
*.doc binary | ||
*.odt binary | ||
*.pdf binary | ||
*.ewd binary | ||
*.eww binary | ||
*.dni binary | ||
*.wsdt binary | ||
*.dbgdt binary | ||
*.mac binary |
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
Oops, something went wrong.