forked from OpenPrinting/system-config-printer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (49 loc) · 776 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
Makefile.in
Makefile
/configure
/config.status
/config.log
/autom4te.cache
/missing
/compile
/depcomp
/INSTALL
/ChangeLog
TAGS
.deps
.dirstamp
intltool-extract*
intltool-merge*
intltool-update*
po/.intltool-merge-cache
.stamp-distutils-in-builddir
*.pyc
*.o
*.gladep
/test-ppd-module.sh
/pickled-ppds
po/*.mo
po/*.gmo
po/POTFILES
po/Makefile.in
po/Makefile
po/stamp-it
# These are generated from *.in files
config.py
my-default-printer
system-config-printer
system-config-printer-applet
manage-print-jobs.desktop
my-default-printer.desktop
print-applet.desktop
system-config-printer.desktop
# These are compiled
udev/udev-configure-printer
# These are generated from the XML file.
man/*.1
# Backup files
*.bak
*~
*.sw[nop]
# Tarballs
system-config-printer-*.tar.?z*