Skip to content

Commit a2dae45

Browse files
committed
Merge pull request swiftlang#30 from ianpartridge/gitignore
Add .gitignore for tests
2 parents 50faff5 + 69c1547 commit a2dae45

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

tests/.gitignore

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
*.o
2+
*.lo
3+
*.la
4+
.libs
5+
bsdtestharness
6+
dispatch
7+
dispatch_after
8+
dispatch_api
9+
dispatch_apply
10+
dispatch_c99
11+
dispatch_cascade
12+
dispatch_concur
13+
dispatch_context_for_key
14+
dispatch_data
15+
dispatch_debug
16+
dispatch_drift
17+
dispatch_group
18+
dispatch_io
19+
dispatch_io_net
20+
dispatch_overcommit
21+
dispatch_pingpong
22+
dispatch_plusplus
23+
dispatch_priority
24+
dispatch_priority2
25+
dispatch_queue_finalizer
26+
dispatch_read
27+
dispatch_read2
28+
dispatch_readsync
29+
dispatch_sema
30+
dispatch_starfish
31+
dispatch_suspend_timer
32+
dispatch_timer
33+
dispatch_timer_bit31
34+
dispatch_timer_bit63
35+
dispatch_timer_set_time
36+
dispatch_timer_short
37+
dispatch_timer_timeout
38+
dispatch_vnode
39+
leaks-wrapper
40+

0 commit comments

Comments
 (0)