[7.4.14]
[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 /out/
27
28 /src/.deps/
29 /src/.dirstamp
30 /src/.libs/
31 /src/config.h
32 /src/config.h.in~
33 /src/stamp-h1
34
35 /tests/.deps/
36 /tests/.dirstamp
37 /tests/.libs/
38 /tests/core
39 /tests/list_atomic.i
40 /tests/test_atomic
41 /tests/test_atomic_generalized
42 /tests/test_atomic_pthreads
43 /tests/test_malloc
44 /tests/test_stack
45
46 # External library (without trailing slash to allow symlinks):
47 /pthreads-w32*
48
49 # These files are generated by autoreconf:
50 /aclocal.m4
51 /compile
52 /config.guess
53 /config.sub
54 /configure
55 /depcomp
56 /install-sh
57 /missing
58 /mkinstalldirs
59 /src/config.h.in
60 /test-driver
61 Makefile.in
62
63 # Generated by libtoolize:
64 /libtool
65 /ltmain.sh
66 /m4/*.m4
67
68 # These files are generated by make check:
69 /tests/list_atomic.c
70 /tests/test_atomic_include.h
71 /tests/test*.log
72 /tests/test*.trs
73
74 # Code analysis tools:
75 *.c.gcov
76 *.h.gcov
77 *.sancov
78 /.sv*-dir
79 /cov-int
80 /coverage.info
81 /pvs-project.log
82 /pvs-project.tasks
83 /strace_out