summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 72e492de236d4f0b361a043b5fea10f70bad40e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Ignored files in libatomic_ops Git repo.

Makefile

/pkgconfig/atomic_ops.pc
/pkgconfig/atomic_ops-uninstalled.pc
/autom4te.cache/
/config.cache
/config.log
/config.status
/libatomic_ops-*

*.a
*.dll
*.exe
*.gcda
*.gch
*.gcno
*.la
*.lib
*.lo
*.o
*.obj
*.so

/out/

/src/.deps/
/src/.dirstamp
/src/.libs/
/src/config.h
/src/config.h.in~
/src/stamp-h1

/tests/.deps/
/tests/.dirstamp
/tests/.libs/
/tests/core
/tests/list_atomic.i
/tests/test_atomic
/tests/test_atomic_generalized
/tests/test_atomic_pthreads
/tests/test_malloc
/tests/test_stack

/pthreads-w32*

/libtool
/ltmain.sh
/m4/*.m4

/tests/test*.log
/tests/test*.trs

# Code analysis tools:
*.c.gcov
*.h.gcov
*.sancov
/.sv*-dir
/cov-int
/coverage.info
/pvs-project.log
/pvs-project.tasks
/strace_out