.gitignore 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # Temp files
  2. *~
  3. *.bak
  4. *.backup
  5. \#*
  6. .\#*
  7. *\#
  8. *.sav
  9. *.save
  10. *.autosav
  11. *.autosave
  12. *.swp
  13. *.swap
  14. # Generated binaries
  15. *.o
  16. *.lo
  17. *.la
  18. *.Po
  19. *.Plo
  20. # Generated folders
  21. bin/
  22. build/
  23. release/
  24. debug/
  25. # CMake
  26. CMakeCache.txt
  27. CMakeFiles/
  28. CTestTestfile.cmake
  29. DartConfiguration.tcl
  30. Testing/
  31. check_error_linenums_seRbql
  32. check_test_names__e1JTIe
  33. cmake_install.cmake
  34. lib/CMakeFiles/
  35. lib/cmake_install.cmake
  36. lib/libcompat.a
  37. src/CMakeFiles/
  38. src/cmake_install.cmake
  39. src/libcheck.a
  40. tests/CMakeFiles/
  41. tests/CTestTestfile.cmake
  42. tests/check_check
  43. tests/check_check_export
  44. tests/check_nofork
  45. tests/check_nofork_teardown
  46. tests/cmake_install.cmake
  47. build-aux
  48. Makefile.in
  49. Makefile
  50. .libs
  51. INSTALL
  52. SVNChangeLog
  53. aclocal.m4
  54. autom4te.cache/
  55. build-aus
  56. check.pc
  57. check_stdint.h
  58. test.out
  59. config.h
  60. config.log
  61. config.status
  62. configure
  63. check.info
  64. *.diff
  65. libtool
  66. libtool.m4
  67. ltoptions.m4
  68. ltsugar.m4
  69. ltversion.m4
  70. version.texi
  71. lt~obsolete.m4
  72. check.h
  73. exported.sym
  74. stamp-h1
  75. stamp-vti
  76. test_vars
  77. tests/ex_output
  78. tests/test.xml
  79. tests/*.log
  80. tests/*.sh.trs
  81. tests/*.tap
  82. checkmk/*.log
  83. checkmk/test/*.log