-
Notifications
You must be signed in to change notification settings - Fork 110
/
.gitignore
111 lines (99 loc) · 1.56 KB
/
.gitignore
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# 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
*.exp
*.gcda
*.gch
*.gcno
*.ilk
*.la
*.lib
*.lo
*.o
*.obj
*.pdb
*.so
/build/
/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
# External library (without trailing slash to allow symlinks):
/pthreads-w32*
# These files are generated by autoreconf:
/aclocal.m4
/compile
/config.guess
/config.sub
/configure
/configure~
/depcomp
/install-sh
/missing
/mkinstalldirs
/src/config.h.in
/test-driver
Makefile.in
# Generated by libtoolize:
/libtool
/ltmain.sh
/m4/*.m4
# These files are generated by make check:
/tests/list_atomic.c
/tests/test*.log
/tests/test*.trs
# These files are generated by CMake:
/*.cmake
/*.dll.embed.manifest
/*.dll.embed.manifest.res
/*.dll.intermediate.manifest
/*.dll.resource.txt
/*.exe.embed.manifest
/*.exe.embed.manifest.res
/*.exe.intermediate.manifest
/*.exe.resource.txt
/*.tlog
/*.vcxproj
/*.vcxproj.filters
/CMakeCache.txt
/CMakeFiles/
/DartConfiguration.tcl
/Testing/Temporary/
/atomic_ops.sln
/test_atomic
/test_atomic_generalized
/test_atomic_pthreads
/test_malloc
/test_stack
# Code analysis tools:
*.c.gcov
*.h.gcov
*.sancov
/.sv*-dir
/cov-int
/coverage.info
/pvs-project.log
/pvs-project.tasks
/strace_out