-
-
Notifications
You must be signed in to change notification settings - Fork 192
/
.gitignore
97 lines (85 loc) · 1.53 KB
/
.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# aclocal
/aclocal.m4
/autom4te.cache
# autoheader
/config.h.in
# libtoolize
/ltmain.sh
/m4
# gettext
/config.rpath
/ABOUT-NLS
/po/config.rpath
/po/Makefile.in.in
/po/Makefile.in
/po/Makefile
/po/Makevars.template
/po/quot.sed
/po/remove-potcdate.sed
/po/remove-potcdate.sin
/po/Rules-quot
/po/blueman.pot
/po/boldquot.sed
/po/*.header
/po/stamp-po
/po/insert-header.sin
# 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
/apps/blueman-adapters
/apps/blueman-applet
/apps/blueman-manager
/apps/blueman-mechanism
/apps/blueman-rfcomm-watcher
/apps/blueman-sendto
/apps/blueman-services
/apps/blueman-tray
/blueman/Constants.py
/data/configs/blueman-applet.service
/data/configs/blueman-manager.service
/data/configs/blueman-mechanism.service
/data/configs/org.blueman.Applet.service
/data/configs/org.blueman.Manager.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
# Local execution
/blueman/**/*.pyc
# meson build files
/build*/
# mypy
/.mypy_cache/
# GLib Setting/Resource
*.gresource
gschemas.compiled
# Byte-compiled / optimized / DLL files
__pycache__/