summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-11-14 17:16:06 +0100
committerBastien Nocera <hadess@hadess.net>2017-11-15 13:51:20 +0100
commit029bf32b565adea8aeed8be6df84e58fd7bc501e (patch)
tree22e16cc472f89d2f9f54d83ca530d54a69ac8d55 /.gitignore
parent18a6bc1bfd6c7a1dff117b3b2e10f2ea257b3043 (diff)
downloadgnome-bluetooth-029bf32b565adea8aeed8be6df84e58fd7bc501e.tar.gz
build: Remove .gitignore file
meson does not allow to build source code inside the source code tree, for this reason there is no need to use .gitignore to ignore built files. This patch removes .gitignore file which is no longer needed. https://bugzilla.gnome.org/show_bug.cgi?id=790332
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore116
1 files changed, 0 insertions, 116 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 72b443f1..00000000
--- a/.gitignore
+++ /dev/null
@@ -1,116 +0,0 @@
-*.o
-*.a
-*stamp
-*.bak
-.deps
-.libs
-ChangeLog
-Makefile
-Makefile.in
-aclocal.m4
-config.h
-config.h.in
-config.log
-config.guess
-config.status
-config.sub
-configure
-depcomp
-install-sh
-intltool-extract
-intltool-extract.in
-intltool-merge
-intltool-merge.in
-intltool-update
-intltool-update.in
-ltmain.sh
-libtool
-missing
-mkinstalldirs
-stamp-h1
-autom4te.cache
-ABOUT-NLS
-config.rpath
-
-po/*.gmo
-po/Makefile.in.in
-po/POTFILES
-po/stamp-it
-po/.intltool-merge-cache
-po/Makevars.template
-po/Rules-quot
-po/boldquot.sed
-po/en@boldquot.header
-po/en@quot.header
-po/insert-header.sin
-po/quot.sed
-po/remove-potcdate.sin
-
-lib/test-class
-lib/test-client
-lib/test-agent
-lib/test-deviceselection
-lib/test-plugins
-lib/test-killswitch
-lib/gnome-bluetooth-enum-types.*
-lib/GnomeBluetooth-1.0.gir
-lib/GnomeBluetooth-1.0.typelib
-
-m4/
-
-applet/bluetooth-applet
-applet/bluetooth-applet.desktop.in
-applet/test-agentdialog
-applet/test-icon
-applet/GnomeBluetoothApplet-1.0.gir
-applet/GnomeBluetoothApplet-1.0.typelib
-
-wizard/bluetooth-wizard
-wizard/bluetooth-wizard.desktop.in
-wizard/test-input
-
-sendto/bluetooth-sendto
-sendto/bluetooth-sendto.desktop.in
-sendto/org.gnome.Bluetooth.nst.gschema.xml
-sendto/org.gnome.Bluetooth.nst.gschema.valid
-
-help/*/.xml2po.mo
-help/*/gnome-bluetooth.xml
-help/*/*.xml
-help/*/*.docbook
-help/*/*.mo
-!help/C/*.xml
-!help/C/*.docbook
-help/gnome-bluetooth-*.omf
-
-docs/reference/libgnome-bluetooth/gnome-bluetooth.args
-docs/reference/libgnome-bluetooth/gnome-bluetooth-decl-list.txt
-docs/reference/libgnome-bluetooth/gnome-bluetooth-decl.txt
-docs/reference/libgnome-bluetooth/gnome-bluetooth.hierarchy
-docs/reference/libgnome-bluetooth/gnome-bluetooth.interfaces
-docs/reference/libgnome-bluetooth/gnome-bluetooth-overrides.txt
-docs/reference/libgnome-bluetooth/gnome-bluetooth.prerequisites
-docs/reference/libgnome-bluetooth/gnome-bluetooth.signals
-docs/reference/libgnome-bluetooth/gnome-bluetooth-undeclared.txt
-docs/reference/libgnome-bluetooth/gnome-bluetooth-undocumented.txt
-docs/reference/libgnome-bluetooth/gnome-bluetooth-unused.txt
-docs/reference/libgnome-bluetooth/version.xml
-
-docs/reference/libgnome-bluetooth/html/
-docs/reference/libgnome-bluetooth/tmpl/
-docs/reference/libgnome-bluetooth/xml/
-
-*-glue.c
-*-glue.h
-*.desktop
-*~
-*.rej
-*.orig
-*.lo
-*.la
-gnome-bluetooth-1.0.pc
-gnome-doc-utils.make
-gtk-doc.make
-.autotools
-.cproject
-.project