symm/des.c: Introduce a function to fix or check key parity.
[catacomb] / .gitignore
1 ## Pervasive build machinery.
2 Makefile.in
3
4 ## Additional kinds of object files.
5 *.sage.py
6 *.t
7 *.to
8
9 ## Top-level generated files.
10 /aclocal.m4
11 /autom4te.cache/
12 /configure
13 /precomp/
14
15 ## Skeleton configuration header.
16 /config/config.h.in
17
18 ## GNU build syste machinery installed by `autoreconf'.
19 /config/compile
20 /config/config.guess
21 /config/config.sub
22 /config/depcomp
23 /config/install-sh
24 /config/ltmain.sh
25 /config/missing
26 /config/test-driver
27 /config/ylwrap
28
29 ## m4 configuration macros installed by `aclocal' and `libtoolize'.
30 /m4/ax_*.m4
31 /m4/libtool.m4
32 /m4/lt*.m4