mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
Exclude repository-configuration from git-archive
having a .gitignore file in the git-archives (e.g. like the automated archives provided by github) is rather annoying if the archive gets imported in other repositories.
This commit is contained in:
parent
bf24f18b2c
commit
e6515abca0
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -13,3 +13,7 @@
|
|||||||
# to native line endings on checkout.
|
# to native line endings on checkout.
|
||||||
*.c text
|
*.c text
|
||||||
*.h text
|
*.h text
|
||||||
|
|
||||||
|
# exclude repository configurations from 'git archive'
|
||||||
|
.git* export-ignore
|
||||||
|
.travis.yml export-ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user