.gitignore 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. .deps/
  2. .libs/
  3. Makefile
  4. Makefile.in
  5. *.la
  6. *.ldd
  7. *.ldx
  8. *.lo
  9. *.mo
  10. *.o
  11. .dirstamp
  12. stamp-h1
  13. stamp-h2
  14. # /
  15. /@
  16. /aclocal.m4
  17. /autom4te.cache/
  18. /build-arch-stamp
  19. /build-indep-stamp
  20. /compile
  21. /config.*
  22. /configure
  23. /libtool
  24. /python-config
  25. /version
  26. /default.sym
  27. /spooler/PythonSWIGRuntime.h
  28. /kopano-admin
  29. /kopano-archiver
  30. /kopano-cfgchecker
  31. /kopano-dagent
  32. /kopano-fsck
  33. /kopano-gateway
  34. /kopano-ical
  35. /kopano-monitor
  36. /kopano-passwd
  37. /kopano-pst-import
  38. /kopano-server
  39. /kopano-spooler
  40. /kopano-stats
  41. /mapitime
  42. /rosie-test
  43. /mapi4linux/src/libmapi.sym
  44. /mapi4linux/src/libkchl.sym
  45. /provider/plugin.sym
  46. /provider/provider.sym
  47. /provider/soap/
  48. /ECtools/backup/kopano-backup
  49. /ECtools/backup/build/
  50. /ECtools/presence/kopano-presence
  51. /ECtools/presence/build/
  52. /ECtools/search/kopano-search
  53. /ECtools/search/build/
  54. /ECtools/migration-pst/kopano-migration-pst
  55. # /autoconf/
  56. /autoconf/ltsugar.m4
  57. /autoconf/libtool.m4
  58. /autoconf/ltversion.m4
  59. /autoconf/depcomp
  60. /autoconf/missing
  61. /autoconf/lt~obsolete.m4
  62. /autoconf/config.guess
  63. /autoconf/ltoptions.m4
  64. /autoconf/ltmain.sh
  65. /autoconf/config.sub
  66. /autoconf/install-sh
  67. /autoconf/ylwrap
  68. /autoconf/compile
  69. # /common/
  70. /common/config.h*
  71. /common/cov-scope
  72. /common/ecversion.h
  73. /common/include/kopano/ecversion.h
  74. /common/kopano.pc
  75. /common/libkcmapi.sym
  76. /common/libkcutil.sym
  77. ## /doc/php-ext/
  78. #/doc/php-ext/*html
  79. #
  80. # /installer/
  81. /installer/kopano.ldif
  82. # /installer/linux/
  83. /installer/linux/ldap.openldap.cfg
  84. /installer/linux/ldap.active-directory.cfg
  85. /installer/linux/ldapms.openldap.cfg
  86. /installer/linux/ldapms.active-directory.cfg
  87. # /installer/userscripts/
  88. /installer/userscripts/creategroup
  89. /installer/userscripts/createuser
  90. /installer/userscripts/deletegroup
  91. /installer/userscripts/deleteuser
  92. /installer/userscripts/createcompany
  93. /installer/userscripts/deletecompany
  94. /provider/libkcsoap.sym
  95. /provider/libkcserver.sym
  96. # /swig/python/
  97. /swig/python/build/
  98. /swig/python/MAPICore.py
  99. /swig/python/mapi_wrap.cxx
  100. /swig/python/mapi_wrap.h
  101. /swig/python/inetmapi.py
  102. /swig/python/inetmapi_wrap.cxx
  103. /swig/python/icalmapi.py
  104. /swig/python/icalmapi_wrap.cxx
  105. /swig/python/libcommon.py
  106. /swig/python/libcommon_wrap.cxx
  107. /swig/python/archiver.py
  108. /swig/python/archiver_wrap.cxx
  109. /swig/python/licenseclient.py
  110. /swig/python/licenseclient_wrap.cxx
  111. /swig/python/libfreebusy.py
  112. /swig/python/libfreebusy_wrap.cxx
  113. /swig/python/RecurrenceState.py
  114. /swig/python/RecurrenceState_wrap.cxx
  115. /swig/python/kopano/build/
  116. /swig/python/zarafa/build/
  117. /swig/python/python.sym
  118. # Ignore Python compiled files
  119. *.pyc
  120. *.pyo