Skip to content

Commit

Permalink
Update meta (#5116)
Browse files Browse the repository at this point in the history
* Update readme

* Update gitattributes
  • Loading branch information
sharkykh authored and OmgImAlexis committed Sep 5, 2018
1 parent 7d82f9e commit 06fe7c5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
27 changes: 16 additions & 11 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
# The above will handle all files NOT found below
#

# Linguist overrides for vendored files
lib/** linguist-vendored
ext/** linguist-vendored
lib[23]/** linguist-vendored
ext[23]/** linguist-vendored
# Linguist overrides for generated code
themes/** linguist-generated

#
## These files are text and should be normalized (Convert crlf => lf)
#
Expand All @@ -19,7 +27,6 @@

# Documentation
*.md text
CHANGES text

# Startup script
init.* text
Expand All @@ -42,26 +49,24 @@ init.* text
*.mako text

# Web file
*.htm text
*.html text
*.css text
*.js text
*.xml text
*.htm text
*.html text
*.css text
*.js text
*.xml text

#
## These files are binary and should be left untouched
## (binary is a macro for -text -diff)
#

# Python Binary files
*.db binary
*.p binary
*.pkl binary
*.pyc binary
*.pyd binary
*.pyo binary
*.py[cod] binary

# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.png binary
*.jpg binary
*.jpeg binary
Expand All @@ -77,4 +82,4 @@ init.* text
*.eot binary
*.rar binary
*.dll binary
*.lib
*.lib binary
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@ A full list can be found [here](https://github.com/pymedusa/Medusa/wiki/Medusa-S
| Edge| last 2 versions| last 2 versions| last 2 versions

#### News and Changelog
[news.md and CHANGES.md have moved to a separate repo, click here](https://github.com/pymedusa/medusa.github.io/tree/master/news)
[news.md has moved to a separate repo, click here](https://github.com/pymedusa/medusa.github.io/blob/master/news/news.md)

[The changelog can be found here](https://github.com/pymedusa/Medusa/blob/develop/CHANGELOG.md)
[The changelog for versions prior to v0.2.7 can be found here](https://github.com/pymedusa/medusa.github.io/blob/master/news/CHANGES.md)

#### External dependencies
This product uses [MediaInfo](http://mediaarea.net/MediaInfo) library, Copyright (c) 2002-2016 [MediaArea.net SARL](mailto:[email protected])
Expand Down

0 comments on commit 06fe7c5

Please sign in to comment.