Update version to 0.7.4
[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.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/rcutorture_qsbr
44 tests/rcutorture_urcu
45 tests/rcutorture_urcu_bp
46 tests/rcutorture_urcu_mb
47 tests/rcutorture_urcu_qsbr
48 tests/rcutorture_urcu_signal
49 tests/test_cycles_per_loop
50 tests/test_urcu_defer
51 tests/test_urcu_hash
52 tests/test_urcu_lfq
53 tests/test_urcu_lfq_dynlink
54 tests/test_urcu_lfs
55 tests/test_urcu_lfs_dynlink
56 tests/test_urcu_mb_gc
57 tests/test_urcu_mb_lgc
58 tests/test_urcu_qsbr
59 tests/test_urcu_qsbr_dynamic_link
60 tests/test_urcu_qsbr_gc
61 tests/test_urcu_qsbr_lgc
62 tests/test_urcu_qsbr_timing
63 tests/test_urcu_signal
64 tests/test_urcu_signal_dynamic_link
65 tests/test_urcu_signal_gc
66 tests/test_urcu_signal_lgc
67 tests/test_urcu_signal_timing
68 tests/test_urcu_signal_yield
69 tests/test_urcu_wfq
70 tests/test_urcu_wfq_dynlink
71 tests/test_urcu_wfs
72 tests/test_urcu_wfs_dynlink
73 tests/*.log
74
75 #automake
76 /config.h
77 .deps/
78 .libs/
79 Makefile.in
80 Makefile
81 *.la
82 *.bz2
83 *.o
84 *.lo
85 *.loT
86 /config.log
87 /configure
88 /config/compile
89 /config/config.guess
90 /config/config.sub
91 /config/depcomp
92 /config/install-sh
93 /config/libtool.m4
94 /config/ltmain.sh
95 /config/lt~obsolete.m4
96 /config/ltoptions.m4
97 /config/ltsugar.m4
98 /config/ltversion.m4
99 /config/missing
100 /aclocal.m4
101 /libtool
102 /stamp-h1
103 /config.h.in
104 /config.status
105 /autom4te.cache/
106 config.h
107 stamp-h2
108 liburcu.pc
109 liburcu-bp.pc
110 liburcu-cds.pc
111 liburcu-qsbr.pc
112 liburcu-mb.pc
113 liburcu-signal.pc
This page took 0.033023 seconds and 4 git commands to generate.