-
Notifications
You must be signed in to change notification settings - Fork 31
/
.gitignore
61 lines (56 loc) · 982 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
*~
.*.swp
# generated by autogen
.deps/
Makefile
Makefile.in
/INSTALL
/aclocal.m4
/autom4te.cache/
/compile
/config.*
/configure
/depcomp
/install-sh
/libtool
/ltmain.sh
/m4/
/missing
/ABOUT-NLS
/po/Makefile.in.in
/po/POTFILES
/po/stamp-it
/po/Makevars.template
/po/Rules-quot
/po/boldquot.sed
/po/insert-header.sin
/po/quot.sed
/po/remove-potcdate.sin
/po/remove-potcdate.sed
/po/stamp-po
/po/xfwm4.pot
/stamp-h1
# generated by make
*.o
*.lo
*.la
.libs/
/po/*.gmo
/settings-dialogs/*.desktop
/settings-dialogs/workspace-resource.c
/settings-dialogs/workspace-resource.h
/settings-dialogs/xfwm4-dialog_ui.h
/settings-dialogs/xfwm4-tweaks-dialog_ui.h
/settings-dialogs/xfwm4-workspace-dialog_ui.h
/compile_flags.txt
# binaries
/helper-dialog/helper-dialog
/settings-dialogs/xfwm4-settings
/settings-dialogs/xfwm4-tweaks-settings
/settings-dialogs/xfwm4-workspace-settings
/src/xfwm4
# generated by distcheck
/ChangeLog
/xfwm4-*.tar.bz2