gitattributes: export-ignore test directories [ci skip]

Don't include pkg/arvo/tests and pkg/urbit/tests when running
git-archive(1).

Additionally, move the export-ignore declaration for
pkg/urbit/hashtable_tests into the pkg/urbit/.gitattributes files.  For
default operation, git-archive(1) requires that these declarations be
located on the tree being archived.
This commit is contained in:
Jared Tobin 2020-02-01 11:44:13 +04:00
parent 769252f4e6
commit eb27d67cca
No known key found for this signature in database
GPG Key ID: 0E4647D58F8A69E4
3 changed files with 3 additions and 1 deletions

1
.gitattributes vendored
View File

@ -2,4 +2,3 @@ bin/* filter=lfs diff=lfs merge=lfs -text
bin/*/* filter=lfs diff=lfs merge=lfs -text bin/*/* filter=lfs diff=lfs merge=lfs -text
pkg/arvo/**/*.js binary pkg/arvo/**/*.js binary
pkg/arvo/**/*.css binary pkg/arvo/**/*.css binary
pkg/urbit/hashtable_tests export-ignore

1
pkg/arvo/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
tests export-ignore

2
pkg/urbit/.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
tests export-ignore
hashtable_tests export-ignore