mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-24 11:40:31 -05:00
Add a .gitattributes file and populate it with initial export-ignore attributes
This change allows developers to easily create a sanitized source archive for example: git archive --format=tar --prefix=wsjtx-2.0.0/ wsjtx-2.0.0-rc1 | gzip >wsjtx-2.0.0-rc1.tgz Which creates a sources tarball called wsjtx-2.0.0-rc1.tgz from the wsjtx-2.0.0-rc1 tag (substitute HEAD or a branch name or even a commit SHA for other contents).
This commit is contained in:
parent
e180f9fae8
commit
42101fa565
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.gitattributes export-ignore
|
||||
/samples export-ignore
|
||||
/lib/fsk4hf export-ignore
|
@ -1,4 +0,0 @@
|
||||
.git
|
||||
sources.exclude
|
||||
samples
|
||||
lib/fsk4hf
|
Loading…
Reference in New Issue
Block a user