gitattributes: export-ignore hashtable_tests [ci skip]

Prevents pkg/urbit/hashtable_tests from being exported with
git-archive(1).
This commit is contained in:
Jared Tobin 2020-02-01 11:22:47 +04:00
parent b8ce433e08
commit 769252f4e6
No known key found for this signature in database
GPG Key ID: 0E4647D58F8A69E4

1
.gitattributes vendored
View File

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