.gitignore 810 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. *.swp
  2. *.o
  3. *.lo
  4. *.la
  5. *.pc
  6. *.log
  7. *.exe
  8. *~
  9. .kateconfig
  10. configure
  11. Makefile
  12. Makefile.in
  13. aclocal.m4
  14. autom4te.cache
  15. compile
  16. config.*
  17. depcomp
  18. doxygen.cfg
  19. install-sh
  20. libtool
  21. ltmain.sh
  22. missing
  23. stamp-h1
  24. m4/libtool.m4
  25. m4/ltoptions.m4
  26. m4/ltsugar.m4
  27. m4/ltversion.m4
  28. m4/lt~obsolete.m4
  29. src/Makefile
  30. src/Makefile.in
  31. src/.libs
  32. src/.deps
  33. fuzz/.deps
  34. fuzz/.libs
  35. include/Makefile
  36. include/Makefile.in
  37. libcnary/Makefile
  38. libcnary/Makefile.in
  39. libcnary/.libs
  40. libcnary/.deps
  41. tools/Makefile
  42. tools/Makefile.in
  43. tools/.libs
  44. tools/.deps
  45. tools/plistutil
  46. test/Makefile
  47. test/Makefile.in
  48. test/.libs
  49. test/.deps
  50. test/plist_cmp
  51. test/plist_test
  52. test/plist_test++
  53. test/plist_btest
  54. test/plist_jtest
  55. test/plist_otest
  56. test/integer_set_test
  57. test/data/*.out
  58. test/*.trs
  59. cython/Makefile
  60. cython/Makefile.in
  61. cython/.deps
  62. cython/.libs
  63. cython/plist.c
  64. test-driver