From 68399184efc40f09d0661f2ace97c80b50f40123 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Wed, 5 Jun 2019 13:44:03 -0400 Subject: * Move the imported .bzrignore to a .gitignore for the git repo. --- .bzrignore | 57 --------------------------------------------------------- .gitignore | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 57 deletions(-) delete mode 100644 .bzrignore create mode 100644 .gitignore diff --git a/.bzrignore b/.bzrignore deleted file mode 100644 index 8ac54a3..0000000 --- a/.bzrignore +++ /dev/null @@ -1,57 +0,0 @@ -config.h -config.h.in -config.log -config.status -config.sub -configure -depcomp -install-sh -libtool -ltmain.sh -m4 -missing -mkinstalldirs -stamp-h1 -data/Makefile -data/Makefile.in -data/indicator-example.service -po/Makefile -po/Makefile.in -po/Makefile.in.in -po/POTFILES -po/stamp-it -src/.deps -src/.libs -src/Makefile -src/Makefile.in -src/gen-example-service.xml.c -src/gen-example-service.xml.h -src/indicator-example-service -src/libexample.la -src/libexample_la-indicator-example.lo -tests/Makefile -tests/Makefile.in -INSTALL -Makefile -Makefile.in -aclocal.m4 -autom4te.cache -compile -config.guess -tags -data/indicator-notifications.service -src/indicator-notifications-service -src/libnotifications.la -src/libnotifications_la-indicator-notifications.lo -src/gen-notifications-service.xml.c -src/gen-notifications-service.xml.h -src/libnotifications_la-dbus-spy.lo -src/libnotifications_la-notification.lo -src/libnotifications_la-notification-menu.lo -*.tar.gz -src/libnotifications_la-notification-menuitem.lo -data/net.launchpad.indicator.notifications.gschema.valid -data/net.launchpad.indicator.notifications.gschema.xml -data/net.launchpad.indicator.notifications.gschema.xml.in -src/libnotifications_la-urlregex.lo -ar-lib diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ac54a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,57 @@ +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +m4 +missing +mkinstalldirs +stamp-h1 +data/Makefile +data/Makefile.in +data/indicator-example.service +po/Makefile +po/Makefile.in +po/Makefile.in.in +po/POTFILES +po/stamp-it +src/.deps +src/.libs +src/Makefile +src/Makefile.in +src/gen-example-service.xml.c +src/gen-example-service.xml.h +src/indicator-example-service +src/libexample.la +src/libexample_la-indicator-example.lo +tests/Makefile +tests/Makefile.in +INSTALL +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +compile +config.guess +tags +data/indicator-notifications.service +src/indicator-notifications-service +src/libnotifications.la +src/libnotifications_la-indicator-notifications.lo +src/gen-notifications-service.xml.c +src/gen-notifications-service.xml.h +src/libnotifications_la-dbus-spy.lo +src/libnotifications_la-notification.lo +src/libnotifications_la-notification-menu.lo +*.tar.gz +src/libnotifications_la-notification-menuitem.lo +data/net.launchpad.indicator.notifications.gschema.valid +data/net.launchpad.indicator.notifications.gschema.xml +data/net.launchpad.indicator.notifications.gschema.xml.in +src/libnotifications_la-urlregex.lo +ar-lib -- cgit v1.2.3