build: Switch to using the new subtree version of CFD.
[mLib] / .gitignore
1 ## Pervasive build machinery.
2 Makefile.in
3
4 ## Top-level generated files.
5 /aclocal.m4
6 /autom4te.cache/
7 /configure
8 /precomp/
9
10 ## Skeleton configuration header.
11 /config/config.h.in
12
13 ## GNU build system machinery installed by `autoreconf'.
14 /config/compile
15 /config/config.guess
16 /config/config.sub
17 /config/depcomp
18 /config/install-sh
19 /config/ltmain.sh
20 /config/missing
21
22 ## m4 configuration macros installed by `aclocal' and `libtoolize'.
23 /m4/ax_*.m4
24 /m4/libtool.m4
25 /m4/lt*.m4
26
27 ## Test machinery.
28 /t/package.m4
29 /t/testsuite
30 /t/tests.m4