Skip to content

Commit d016bf0

Browse files
committed
Ignore head output files
1 parent 475ff9b commit d016bf0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ log/*
44
.project
55
.settings
66
test/streamTests.txt
7+
78
test/data-stream/out.*
89
!test/data-stream/out.*.0
10+
test/data-stream/head.*
11+
!test/data-stream/head.*.0
12+
test/data-api/out.*
13+
!test/data-api/out.*.0
14+
test/data-api/head.*
15+
!test/data-api/head.*.0
16+
917
node_modules*
1018
*.log
1119
*~

0 commit comments

Comments
 (0)