Avoid test failures with ASAN.
[libsigsegv.git] / .gitignore
blob0785e5fa1ba6ec4b1d886f72bbaaf364458095f5
1 # All kinds of automatic backup files.
2 *.orig
3 *.rej
4 *~
5 .#*
6 \#*#
8 # Files brought in by gnulib-tool:
9 m4/musl.m4
10 m4/relocatable-lib.m4
11 m4/sigaltstack.m4
12 m4/stack-direction.m4
14 # Files generated by the autotools:
15 /aclocal.m4
16 /configure
17 /config.h.in
18 /Makefile.in
20 # Other files generated by autopull.sh or autogen.sh and distributed:
22 # ===================== These belong in .git/info/exclude =====================
23 ## Files generated by "make" and not distributed
24 ## (i.e. erased by "make distclean").
25 ## Erased by Makefile.
26 #/config.status
27 #/config.log
28 #/config.cache
29 #/config.h
30 #/Makefile
31 #/stamp-h1
32 #/libtool
33 #/termbold
34 #/termnorm
35 ## Erased by src/Makefile.
36 #src/Makefile
37 #src/*.o
38 #src/*.lo
39 #src/libsigsegv.la
40 #src/.libs
41 #src/_libs
42 #src/sigsegv.h
43 ## Erased by tests/Makefile.
44 #tests/Makefile
45 #tests/*.o
46 #tests/sigsegv1
47 #tests/sigsegv2
48 #tests/sigsegv3
49 #tests/stackoverflow1
50 #tests/stackoverflow2