summaryrefslogtreecommitdiff
path: root/.gitignore
blob: b2643dd5b789859b885090fd281fdd4f43a1f254 (plain)
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
*.o
*.stamp
*.la
*.so
*.dll
*.a
*.exe
*.lo
*.log
*.trs
*.test

.deps/
.libs/

Makefile.in.in
Makefile.in
Makefile
config.h.in
tags

/autom4te.cache
/aclocal.m4
/compile
/configure
/configure.sub
/config.*
/depcomp
/install-sh
/ltmain.sh
/missing
/ar-lib
/libtool
/test-driver
stamp-h1
.dirstamp
/gtk-doc.make

__pycache__/

/po/POTFILES
/po/stamp-it
/po/*.pot
/po/*.gmo
/ABOUT-NLS
/po/Rules-quot
/po/*.sed
/po/*.sin
/po/*.header
/po/Makevars.template
/po/stamp-po

/docs/*.signals
/docs/*.types
/docs/*.prerequisites
/docs/*.interfaces
/docs/*.hierarchy
/docs/*.args
/docs/*-decl*
/docs/*undocumented.txt
/docs/*unused.txt
/docs/*undeclared.txt
/docs/xml/
/docs/html/
/docs/*.c

/m4
!/m4/desktop.m4
!/m4/leak-supp.txt
!/m4/tap-test

*.appdata.xml
*.desktop
*.gschema.xml
*.gschema.valid
*.desktop.valid
*.vapi
*.gir
*.deps
*.typelib
*~

/src/transmission-remote-gtk
/src/transmission-remote-gtk.1