Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #15 from zooba/hive-fix
Browse files Browse the repository at this point in the history
Hive fix
  • Loading branch information
zooba committed Oct 2, 2015
2 parents d47cf38 + ed7a8f9 commit d22026d
Show file tree
Hide file tree
Showing 24 changed files with 905 additions and 896 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
LICENSE text

# Projects and solutions
*.sln text
*.sln binary
*.csproj text
*.wixproj text

Expand Down
31 changes: 1 addition & 30 deletions .hgeol
Original file line number Diff line number Diff line change
@@ -1,37 +1,8 @@
[patterns]

# Non human-editable files are binary

**.dsp = BIN
**.dsw = BIN
**.mk = BIN
**.sln = BIN
**.vcproj = BIN
**.vsprops = BIN

**.aif = BIN
**.aifc = BIN
**.aiff = BIN
**.au = BIN
**.bmp = BIN
**.db = BIN
**.exe = BIN
**.icns = BIN
**.gif = BIN
**.ico = BIN
**.info = BIN
**.jpg = BIN
**.pck = BIN
**.png = BIN
**.psd = BIN
**.tar = BIN
**.wav = BIN
**.whl = BIN
**.xar = BIN
**.zip = BIN

# Windows batch files work best with CRLF, there can be subtle problems with LF
**.bat = CRLF
**.snk = BIN

# All other files (which presumably are human-editable) are "native".
# This must be the last rule!
Expand Down
Loading

0 comments on commit d22026d

Please sign in to comment.