Update emails/links due to project site transition
[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_pthreads
40 /tests/test_malloc
41 /tests/test_stack
42
43 /pthreads-w32*
44
45 /libtool
46 /ltmain.sh
47 /m4/*.m4
48
49 /tests/test*.log
50 /tests/test*.trs