gtk/.gitignore gets autogenerated and thus should not be part of git. It currently being part of git is esp. annoying since depending on wether you're building for gtk2 or gtk3, lines like: /SpiceClientGtk-2.0.gir /SpiceClientGtk-2.0.typelib /libspice-client-gtk-2.0.la
Keep disappearing from it, leading to these changes accidentally getting included into whatever commit your working on. Signed-off-by: Hans de Goede <[email protected]> --- gtk/.gitignore | 52 ---------------------------------------------------- 1 files changed, 0 insertions(+), 52 deletions(-) delete mode 100644 gtk/.gitignore diff --git a/gtk/.gitignore b/gtk/.gitignore deleted file mode 100644 index f070332..0000000 --- a/gtk/.gitignore +++ /dev/null @@ -1,52 +0,0 @@ -/*.bak -/*.lo -/*.o -/*.orig -/*.rej -/*.tab.c -/*~ -/.*.sw[nop] -/.deps -/.gitignore -/.libs -/GPATH -/GRTAGS -/GSYMS -/GTAGS -/ID -/Makefile -/Makefile.in -/SpiceClientGLib-2.0.gir -/SpiceClientGLib-2.0.typelib -/SpiceClientGtk-3.0.gir -/SpiceClientGtk-3.0.typelib -/SpiceClientGtk-2.0.gir -/SpiceClientGtk-2.0.typelib -/SpiceClientGtk.la -/TAGS -/_libs -/generated_demarshallers.c -/generated_demarshallers1.c -/generated_marshallers.c -/generated_marshallers1.c -/libspice-client-glib-2.0.la -/libspice-client-gtk-2.0.la -/libspice-client-gtk-3.0.la -/snappy -/so_locations -/spice-client-gtk-module.defs.c -/spice-glib-enums.c -/spice-glib-enums.h -/spice-marshal.c -/spice-marshal.h -/spice-widget-enums.c -/spice-widget-enums.h -/spicy -/spicy-stats -/tags -/vncdisplaykeymap_osx2xtkbd.c -/vncdisplaykeymap_win322xtkbd.c -/vncdisplaykeymap_xorgevdev2xtkbd.c -/vncdisplaykeymap_xorgkbd2xtkbd.c -/vncdisplaykeymap_xorgxquartz2xtkbd.c -/vncdisplaykeymap_xorgxwin2xtkbd.c -- 1.7.6.1 _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
