Skip to content

Commit 37b44c1

Browse files
committed
use tap 15
1 parent f5a57d3 commit 37b44c1

14 files changed

+7707
-2724
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.*.swp
2+
/*.tap
23
node_modules/*
34
v8.log
45
profile.txt

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Match files using the patterns the shell uses, like stars and stuff.
77
This is a glob implementation in JavaScript. It uses the `minimatch`
88
library to do its matching.
99

10-
![](logo/glob.png)
10+
![a fun cartoon logo made of glob characters](logo/glob.png)
1111

1212
## Usage
1313

0 commit comments

Comments
 (0)