Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/Unity-Technologies/libatomic_ops.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76638b7e62a8ce0843e291c507c6864ec92fedec (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
65
66
# 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

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

/tests/.deps/
/tests/core
/tests/list_atomic.i
/tests/test_atomic
/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
/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_atomic_include.h
/tests/test*.log
/tests/test*.trs