.gitignore 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. # Vim buffer files
  2. .*.sw*
  3. # Compilation byproducts
  4. *.c
  5. *.o
  6. *.lo
  7. *.la
  8. # CMake related stuff
  9. Makefile
  10. doc/*
  11. # Compilation products
  12. # CMake part
  13. gtkflow.h
  14. gtkflow.vapi
  15. libgtkflow.so
  16. GtkFlow-*.typelib
  17. GtkFlow-*.gir
  18. # Autotools part
  19. docs/valadoc/devhelp/devhelp
  20. docs/valadoc/gtk-doc/gtk-doc
  21. libgtkflow/.libs/
  22. libgtkflow/gtkflow-0.2.vapi
  23. ChangeLog
  24. libgflow/.deps/
  25. libgflow/.libs/
  26. libgflow/GFlow-0.2.gir
  27. libgflow/GFlow-0.2.typelib
  28. libgflow/gflow-0.2.pc
  29. libgflow/gflow-0.2.vapi
  30. libgflow/gflow.h
  31. libgflow/namespace-info.vala
  32. test/.deps/
  33. test/.libs/
  34. test/gflow_test
  35. test/gtkflow_test
  36. test/tests-config.vala
  37. # Python cache folders
  38. __pycache__
  39. # Stuff that is being generated by GNU autotools
  40. Makefile.in
  41. aclocal.m4
  42. autom4te.cache/
  43. compile
  44. config.guess
  45. config.h
  46. config.h.in
  47. config.log
  48. config.status
  49. config.sub
  50. configure
  51. depcomp
  52. docs/Makefile.in
  53. examples/Makefile.in
  54. install-sh
  55. intltool-extract.in
  56. intltool-merge.in
  57. intltool-update.in
  58. libgtkflow/.deps/
  59. libgtkflow/Makefile.in
  60. libgtkflow/gtkflow-0.2.pc
  61. libgtkflow/namespace-info.vala
  62. libtool
  63. ltmain.sh
  64. m4/intltool.m4
  65. m4/libtool.m4
  66. m4/ltoptions.m4
  67. m4/ltsugar.m4
  68. m4/ltversion.m4
  69. m4/lt~obsolete.m4
  70. missing
  71. po/Makefile.in
  72. po/Makefile.in.in
  73. po/POTFILES
  74. po/stamp-it
  75. stamp-h1
  76. test/Makefile.in