forked from blueman-project/blueman
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
64 lines (56 loc) · 1020 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# aclocal
/aclocal.m4
/autom4te.cache
# autoheader
/config.h.in
# libtoolize
/ltmain.sh
/m4
# intltoolize
/intltool-extract.in
/intltool-merge.in
/intltool-update.in
/po/Makefile.in.in
# automake
Makefile.in
/compile
/config.guess
/config.sub
/depcomp
/install-sh
/missing
/py-compile
# autoconf
/configure
# ./configure
Makefile
/config.h
/config.log
/config.status
/libtool
/stamp-h1
/blueman/Constants.py
/blueman/plugins/mechanism/Rfcomm.py
/data/configs/blueman-applet.service
/data/configs/blueman-mechanism.service
/data/configs/org.blueman.Applet.service
/data/configs/org.blueman.Mechanism.service
/module/.deps
/po/POTFILES
/po/stamp-it
# make
/data/blueman-adapters.desktop
/data/blueman-manager.desktop
/data/blueman.desktop
/data/thunar-sendto-blueman.desktop
/data/org.blueman.gschema.valid
/data/configs/org.blueman.policy
/module/.libs
/module/_blueman.c
/module/_blueman.la
/module/_blueman_la-*.lo
/module/_blueman_la-*.o
/po/*.gmo
/po/.intltool-merge-cache
# Local execution
/blueman/**/*.pyc