struct/buf.c: Add functions for serializing and deserializing `kludge64'.
[mLib] / .gitignore
1 ## Pervasive build machinery.
2 Makefile.in
3
4 ## Common source files.
5 /ui/mdwopt.c
6 /ui/mdwopt.h
7
8 ## Other common files.
9 /COPYING.LIB
10 /COPYING
11
12 ## Top-level generated files.
13 /aclocal.m4
14 /autom4te.cache/
15 /configure
16 /config/
17 /precomp/
18
19 ## Test machinery.
20 /t/autotest.am
21 /t/package.m4
22 /t/testsuite.at
23 /t/testsuite
24 /t/tests.m4