-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chmod fixes windows * Set executable permissions for all .sh files
- Loading branch information
Showing
6 changed files
with
26 additions
and
26 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 |
---|---|---|
@@ -1 +1,20 @@ | ||
* text=auto | ||
# Explicitly declare text files to normalize | ||
*.cpp text | ||
*.h text | ||
*.mm text | ||
|
||
# Files with CRLF line endings for Windows | ||
*.sln text eol=crlf | ||
*.vcxproj* text eol=crlf | ||
.appveyor.yml text eol=crlf | ||
*.bat text eol=crlf | ||
*.props text eol=crlf | ||
*.filters text eol=crlf | ||
|
||
# Files with LF line endings for Unix-like systems | ||
*.sh text eol=lf | ||
|
||
# Binary files (no EOL normalization) | ||
*.png binary | ||
*.jpg 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
Empty file.
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
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
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