summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d5fdf7e0f9406b72dfd49ad9549b239fa9e54eee (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
# 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-*

/src/*.a
/src/*.exe
/src/*.la
/src/*.lib
/src/*.lo
/src/*.o
/src/*.obj
/src/.deps/
/src/.libs/
/src/config.h
/src/config.h.in~
/src/stamp-h1

/tests/*.exe
/tests/*.o
/tests/*.obj
/tests/.deps/
/tests/list_atomic.i
/tests/test_atomic
/tests/test_atomic_pthreads
/tests/test_malloc
/tests/test_stack

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