.gitignore 945 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. # dynamical headers:
  2. /revision.h
  3. /compilerflags.h
  4. /program.h
  5. # complied:
  6. *.o
  7. *.lo
  8. *.la
  9. /gencompilerflags
  10. /clsync
  11. /clsync-debug
  12. .libs/
  13. #debian:
  14. /debian/clsync/
  15. /debian/*clsync*.log
  16. /debian/files
  17. /debian/*.ex
  18. /debian/*.debhelper
  19. /.pc/
  20. /debian/*.substvars
  21. /debian/clsync-dev/
  22. /debian/clsync-doc/
  23. /debian/libclsync-dev/
  24. /debian/libclsync0/
  25. /debian/patches/
  26. # other:
  27. test.c
  28. build
  29. test
  30. test0
  31. test1
  32. test2
  33. .gdbcommands
  34. log*
  35. from/
  36. to/
  37. .clsync-list.*
  38. /examples/rules
  39. /examples/testdir/
  40. /examples/*.so
  41. /doc/
  42. *.swp
  43. tmp
  44. /compilerflags.h
  45. /gencompilerflags
  46. # autotools build debris
  47. .deps/
  48. Makefile
  49. Makefile.in
  50. /aclocal.m4
  51. /autom4te.cache/
  52. /compile
  53. /config.guess
  54. /config.h*
  55. /config.log
  56. /config.status
  57. /config.sub
  58. /config.cache
  59. /configure
  60. /depcomp
  61. /install-sh
  62. /libtool
  63. /ltmain.sh
  64. /m4/
  65. /missing
  66. /pkgconfig/libclsync.pc
  67. /stamp-h1
  68. /debian/autoreconf.after
  69. /debian/autoreconf.before
  70. /autoscan.log
  71. /configure.scan
  72. # coverage test files
  73. /*.gcda
  74. /*.gcno
  75. /*.gcov