Add test infrastructure and a single thread test for spsc_queue
[libnbds.git] / .gitignore
blob70a3d0d96dfa3be1da71d61a441184a2b46f4958
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
14 /aclocal.m4
15 /autom4te.cache/
16 /config.*
17 /configure
18 /depcomp
19 .deps/
20 /install-sh
21 .libs/
22 /libtool
23 /ltmain.sh
24 Makefile
25 Makefile.in
26 /missing
27 /stamp-h1
28 test-driver