.gitignores: Organize and clean up.
[catacomb] / .gitignore
... / ...
CommitLineData
1## Pervasive build machinery.
2Makefile.in
3
4## Additional kinds of object files.
5*.sage.py
6*.t
7*.to
8
9## Other common files.
10/COPYING.LIB
11
12## Top-level generated files.
13/aclocal.m4
14/autom4te.cache/
15/config/
16/configure
17/precomp/
18
19## m4 configuration macros installed by `aclocal' and `libtoolize'.
20/m4/ax_*.m4
21/m4/libtool.m4
22/m4/lt*.m4