Support sys_membarrier v6 ABI
[urcu.git] / .gitignore
1 liburcu.so
2 test_rwlock_timing
3 test_urcu
4 test_urcu_dynamic_link
5 test_urcu_timing
6 test_urcu_yield
7 urcu-asm.o
8 urcu-asm.S
9 urcu.o
10 urcutorture
11 urcutorture-yield
12 urcu-yield.o
13 tests/api.h
14 urcu/arch.h
15 urcu/uatomic_arch.h
16 liburcu-defer.so
17 liburcu-mb.so
18 liburcu-qsbr.so
19 urcu-defer.o
20 urcu-mb.o
21 urcu-qsbr.o
22 tests/test_looplen
23 tests/test_mutex
24 tests/test_perthreadlock
25 tests/test_perthreadlock_timing
26 tests/test_qsbr
27 tests/test_qsbr_dynamic_link
28 tests/test_qsbr_gc
29 tests/test_qsbr_lgc
30 tests/test_qsbr_timing
31 tests/test_rwlock
32 tests/test_uatomic
33 tests/test_urcu_gc
34 tests/test_urcu_gc_mb
35 tests/test_urcu_lgc
36 tests/test_urcu_lgc_mb
37 tests/test_urcu_mb
38 tests/test_urcu_mb_defer
39 tests/test_urcu_assign
40 tests/test_urcu_assign_dynamic_link
41 tests/test_urcu_bp
42 tests/test_urcu_bp_dynamic_link
43 tests/*.log
44
45 #automake
46 /config.h
47 .deps/
48 .libs/
49 Makefile.in
50 Makefile
51 *.m4
52 *.la
53 *.bz2
54 *.o
55 *.lo
56 *.loT
57 /config.log
58 /configure
59 /config/
60 /libtool
61 /stamp-h1
62 /config.h.in
63 /config.status
64 /autom4te.cache/
This page took 0.029542 seconds and 4 git commands to generate.