-
Notifications
You must be signed in to change notification settings - Fork 39
/
.gitignore
100 lines (100 loc) · 2.03 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
98
99
100
test-driver
Makefile
Makefile.in
aclocal.m4
autom4te.cache
ChangeLog
compile
config.guess
config.h
config.h.in
config.log
config.rpath
config.status
config.sub
configure
configure.in
depcomp
install-sh
libtool
ltmain.sh
mkinstalldirs
missing
stamp-h1
.*.swp
core.*
core
*.core
*.service
*.policy
gtk-doc.make
*-marshal.[ch]
*_ui.h
*-ui.h
*-infos.h
*.desktop
libxfce4panel*.pc
*.o
*.lo
*.la
.libs
.deps
ABOUT-NLS
INSTALL
gtk-doc.m4
po/POTFILES
po/stamp-po
po/Makefile.in.in
po/Makevars.template
po/Rules-quot
po/boldquot.sed
po/insert-header.sin
po/quot.sed
po/remove-potcdate.sed
po/remove-potcdate.sin
po/xfce4-panel.pot
po/*.gmo
docs/reference/html
docs/reference/xml
docs/reference/*.stamp
docs/reference/libxfce4panel-decl*.txt
docs/reference/libxfce4panel-overrides.txt
docs/reference/libxfce4panel-undeclared.txt
docs/reference/libxfce4panel-undocumented.txt
docs/reference/libxfce4panel-unused.txt
docs/reference/libxfce4panel.actions
docs/reference/libxfce4panel.args
docs/reference/libxfce4panel.hierarchy
docs/reference/libxfce4panel.interfaces
docs/reference/libxfce4panel.prerequisites
docs/reference/libxfce4panel.signals
docs/reference/version.xml
migrate/default.xml
libxfce4panel/libxfce4panel-alias.h
libxfce4panel/libxfce4panel-aliasdef.c
libxfce4panel/libxfce4panel-enum-types.c
libxfce4panel/libxfce4panel-enum-types.h
libxfce4panel/libxfce4panel-config.h
libxfce4panel/Libxfce4panel-2.0.gir
libxfce4panel/Libxfce4panel-2.0.typelib
libxfce4panel/libxfce4panel-2.0.vapi
m4/*
migrate/migrate
panel/xfce4-panel
panel/panel-gdbus-exported-service.c
panel/panel-gdbus-exported-service.h
panel/panel-plugin-external-wrapper-exported.c
panel/panel-plugin-external-wrapper-exported.h
plugins/*/*.desktop.in
plugins/applicationsmenu/xfce4-popup-applicationsmenu
plugins/directorymenu/xfce4-popup-directorymenu
plugins/windowmenu/xfce4-popup-windowmenu
plugins/systray/sn-watcher.c
plugins/systray/sn-watcher.h
wrapper/wrapper-1.0
wrapper/wrapper-2.0
wrapper/wrapper-external-exported.c
wrapper/wrapper-external-exported.h
*~