Add multithreaded test for spsc_queue
[libnbds.git] / .gitignore
blobd32fa8e9e60470726ccf88e8ffe9aa38a35b39bc
1 # libnbds
3 # Copyright (C) 2013 PaweÅ‚ Dziepak
5 *~
6 *.[ao]
7 *.l[ao]
8 *.swp
9 *.log
10 *.trs
12 /test/spsc_queue_s
13 /test/spsc_queue_m
15 /aclocal.m4
16 /autom4te.cache/
17 /config.*
18 /configure
19 /depcomp
20 .deps/
21 /install-sh
22 .libs/
23 /libtool
24 /ltmain.sh
25 Makefile
26 Makefile.in
27 /missing
28 /stamp-h1
29 test-driver