.gitignore 574 B

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