Move standard tar ignores to .gitattributes so git archive works
Change-Id: Ib12a21827d85f781030309cf400f3207c8bbd8dd
This commit is contained in:
parent
f0736cacdd
commit
95e7c545a9
1 changed files with 9 additions and 1 deletions
10
.gitattributes
vendored
10
.gitattributes
vendored
|
|
@ -1,4 +1,12 @@
|
|||
*.sh eol=lf
|
||||
*.icc binary
|
||||
*.webp binary
|
||||
*.mp3 binary
|
||||
*.mp3 binary
|
||||
*~ export-ignore
|
||||
#*# export-ignore
|
||||
.* export-ignore
|
||||
package.jso export-ignore
|
||||
README.mediawik export-ignore
|
||||
Gemfile* export-ignore
|
||||
vendor/pear/net_smtp/README.rst export-ignore
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue