.gitignore 431 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. Makefile
  2. Makefile.in
  3. acconfig.h
  4. aclocal.m4
  5. autom4te.cache
  6. buildmk.stamp
  7. config.h.in
  8. config.cache
  9. config.log
  10. config.status
  11. meta_cc
  12. meta_ccld
  13. mkinstalldirs
  14. missing
  15. install-sh
  16. *.lo
  17. *.la
  18. .deps
  19. *.plg
  20. *.opt
  21. *.ncb
  22. .libs
  23. _libs
  24. *.o
  25. *.a
  26. *.tmp
  27. *.so
  28. *.so.*
  29. cscope.out
  30. config.guess
  31. config.sub
  32. configure
  33. configure.in~
  34. libtool
  35. ltmain.sh
  36. _configs.sed
  37. CMakeCache.txt
  38. CMakeFiles
  39. CPackConfig.cmake
  40. CPackSourceConfig.cmake
  41. cmake_install.cmake
  42. depcomp