-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
50 lines (46 loc) · 894 Bytes
/
.gitignore
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
# All kinds of automatic backup files.
*.orig
*.rej
*~
.#*
\#*#
# Files brought in by gnulib-tool:
m4/musl.m4
m4/relocatable-lib.m4
m4/sigaltstack.m4
m4/stack-direction.m4
# Files generated by the autotools:
/aclocal.m4
/configure
/config.h.in
/Makefile.in
# Other files generated by autopull.sh or autogen.sh and distributed:
# ===================== These belong in .git/info/exclude =====================
## Files generated by "make" and not distributed
## (i.e. erased by "make distclean").
## Erased by Makefile.
#/config.status
#/config.log
#/config.cache
#/config.h
#/Makefile
#/stamp-h1
#/libtool
#/termbold
#/termnorm
## Erased by src/Makefile.
#src/Makefile
#src/*.o
#src/*.lo
#src/libsigsegv.la
#src/.libs
#src/_libs
#src/sigsegv.h
## Erased by tests/Makefile.
#tests/Makefile
#tests/*.o
#tests/sigsegv1
#tests/sigsegv2
#tests/sigsegv3
#tests/stackoverflow1
#tests/stackoverflow2