summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f50baee633bb4b4520d77001439d21f28ee2c256 (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
# Ignored files in libatomic_ops Git repo.

Makefile

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

*.a
*.exe
*.la
*.lib
*.lo
*.o
*.obj

/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

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