From: Holger Hans Peter Freyther <[email protected]> --- .gitignore | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+)
diff --git a/.gitignore b/.gitignore index 504cfce..d0578bc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.lo *.o *.star +*.sw? .svn .deps .dirstamp @@ -34,3 +35,39 @@ termnorm /gst-tool /gst.im /smalltalk-mode-init.el + + +libgst/genbc +libgst/genbc-decl.stamp +libgst/genbc-impl.stamp +libgst/genpr-parse.stamp +libgst/genprims +libgst/genvm +libgst/genvm-parse.stamp + +lightning/asm-i386.h +lightning/core-i386.h +packages/glib/libs.def +packages/gtk/Enums.st +packages/gtk/Funcs.st +packages/gtk/Structs.st +packages/gtk/cpp +packages/gtk/enums +packages/gtk/enums.c +packages/gtk/funcs +packages/gtk/libs.def +packages/gtk/mk_enums +packages/gtk/mk_sizeof +packages/gtk/order +packages/gtk/sizeof +packages/gtk/sizeof.c +packages/gtk/structs +packages/i18n/ref-add.sed +packages/i18n/ref-del.sed +packages/net/gnutls-wrapper +packages/object-dumper/stamp-classes +snprintfv/snprintfv/compat.stamp + +tests/gst.im +tests/testsuite.dir/ +tests/testsuite.log -- 1.7.10.4 _______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
