1# http://www.gnu.org/software/automake
2
3Makefile
4Makefile.in
5
6# http://www.gnu.org/software/autoconf
7
8/autom4te.cache
9/aclocal.m4
10/compile
11/configure
12/depcomp
13/install-sh
14/missing
15/config.status
16COPYING
17INSTALL
18m4/*
19!m4/ax_check_openssl.m4
20/src/config.h
21/config.log
22stamp-h1
23.deps
24.libs
25
26config.guess
27config.sub
28libtool
29ltmain.sh
30*.*~
31
32# Compiled Object files
33*.slo
34*.lo
35*.o
36
37# Compiled Dynamic libraries
38*.so
39
40# Compiled Static libraries
41*.lai
42*.la
43*.a
44
45CMakeCache.txt
46CMakeFiles
47Makefile
48cmake_install.cmake
49install_manifest.txt
50
51CPack*
52_CPack_Packages
53src/FiSH_version.h
54