repo.or.cz
/
libnbds.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add test infrastructure and a single thread test for spsc_queue
[libnbds.git]
/
.gitignore
blob
70a3d0d96dfa3be1da71d61a441184a2b46f4958
1
# libnbds
2
#
3
# Copyright (C) 2013 Paweł Dziepak
4
5
*~
6
*.[ao]
7
*.l[ao]
8
*.swp
9
*.log
10
*.trs
11
12
/test/spsc_queue_s
13
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