ianlancetaylor / libbacktrace

A C library that may be linked into a C/C++ program to produce symbolic backtraces
Other
946 stars 220 forks source link

Remove generated files from git #33

Closed rossburton closed 4 years ago

rossburton commented 4 years ago

The git repository contains many files that are generated and shouldn't be stored in git.

configure, aclocal.m4, all of config/, and so on.

ianlancetaylor commented 4 years ago

The contents of the config directory are not generated.

In any case, this is intentional. It makes it possible to build the library without having to first install autoconf, automake and libtool. It also means that people who don't want to adjust the configury get a tested build.