# All kinds of automatic backup files.
*.orig
*.rej
*~
.#*
\#*#

# Files brought in by gnulib-tool:
m4/relocatable-lib.m4

# Files generated by the autotools:
/aclocal.m4
/configure
/config.h.in
/Makefile.in

# Other files generated by autogen.sh and distributed:
/config.h.msvc

# ===================== 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
