Workaround 'value of AO_CLEAR unknown' cppcheck info message
[platform/upstream/libatomic_ops.git] / .gitignore
1 # Ignored files in libatomic_ops Git repo.
2
3 Makefile
4
5 /pkgconfig/atomic_ops.pc
6 /pkgconfig/atomic_ops-uninstalled.pc
7 /autom4te.cache/
8 /config.cache
9 /config.log
10 /config.status
11 /libatomic_ops-*
12
13 *.a
14 *.dll
15 *.exe
16 *.gcda
17 *.gch
18 *.gcno
19 *.la
20 *.lib
21 *.lo
22 *.o
23 *.obj
24 *.so
25
26 /src/.deps/
27 /src/.dirstamp
28 /src/.libs/
29 /src/config.h
30 /src/config.h.in~
31 /src/stamp-h1
32
33 /tests/.deps/
34 /tests/.dirstamp
35 /tests/.libs/
36 /tests/core
37 /tests/list_atomic.i
38 /tests/test_atomic
39 /tests/test_atomic_generalized
40 /tests/test_atomic_pthreads
41 /tests/test_malloc
42 /tests/test_stack
43
44 # External library (without trailing slash to allow symlinks):
45 /pthreads-w32*
46
47 # These files are generated by autoreconf:
48 /aclocal.m4
49 /compile
50 /config.guess
51 /config.sub
52 /configure
53 /depcomp
54 /install-sh
55 /missing
56 /mkinstalldirs
57 /src/config.h.in
58 /test-driver
59 Makefile.in
60
61 # Generated by libtoolize:
62 /libtool
63 /ltmain.sh
64 /m4/*.m4
65
66 # These files are generated by make check:
67 /tests/list_atomic.c
68 /tests/test_atomic_include.h
69 /tests/test*.log
70 /tests/test*.trs
71
72 # Code analysis tools:
73 *.c.gcov
74 *.h.gcov
75 *.sancov
76 /.sv*-dir
77 /cov-int
78 /coverage.info
79 /pvs-project.log
80 /pvs-project.tasks
81 /strace_out