forked from jburton/libgpod
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
124 lines (116 loc) · 2.46 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# Global ignores
*.bak
*.la
*.lo
*.o
*.sw[a-z]
*~
.deps
.libs
Makefile
Makefile.in
cscope.out
# /
/.cproject
/.project
/.settings
/TODO_local
/aclocal.m4
/autom4te.cache
/compile
/config.guess
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/configure
/depcomp
/gtk-doc.make
/install-sh
/intltool-extract
/intltool-extract.in
/intltool-merge
/intltool-merge.in
/intltool-update
/intltool-update.in
/libgpod-*.tar.gz
/libgpod-1.0.pc
/libtool
/ltmain.sh
/missing
/mkinstalldirs
/py-compile
/stamp-h1
# /bindings/mono/
bindings/mono/libgpod-sharp.userprefs
bindings/mono/libgpod-sharp-test/libgpod-sharp-test
bindings/mono/libgpod-sharp-test/libgpod-sharp-test.exe
bindings/mono/libgpod-sharp-test/libgpod-sharp-test.exe.mdb
bindings/mono/libgpod-sharp-test/libgpod-sharp-test.pidb
bindings/mono/libgpod-sharp/libgpod-sharp.dll
bindings/mono/libgpod-sharp/libgpod-sharp.dll.config
bindings/mono/libgpod-sharp/libgpod-sharp.dll.mdb
bindings/mono/libgpod-sharp/libgpod-sharp.pc
bindings/mono/libgpod-sharp/libgpod-sharp.pidb
# /bindings/python/
/bindings/python/README
/bindings/python/__init__.pyc
/bindings/python/gpod.i
/bindings/python/gpod.py
/bindings/python/gpod.pyc
/bindings/python/gpod_doc.i
/bindings/python/gpod_wrap.c
/bindings/python/gtkpod.pyc
/bindings/python/ipod.pyc
# /docs/reference/
/docs/reference/html
/docs/reference/html-build.stamp
/docs/reference/html.stamp
/docs/reference/libgpod-decl-list.txt
/docs/reference/libgpod-decl.txt
/docs/reference/libgpod-undeclared.txt
/docs/reference/libgpod-undocumented.txt
/docs/reference/libgpod-unused.txt
/docs/reference/libgpod.args
/docs/reference/libgpod.hierarchy
/docs/reference/libgpod.interfaces
/docs/reference/libgpod.prerequisites
/docs/reference/libgpod.signals
/docs/reference/scan-build.stamp
/docs/reference/sgml-build.stamp
/docs/reference/sgml.stamp
/docs/reference/tmpl-build.stamp
/docs/reference/tmpl.stamp
/docs/reference/version.xml
/docs/reference/xml
# /m4/
/m4/gtk-doc.m4
/m4/intltool.m4
# /po/
/po/Makefile.in.in
/po/POTFILES
/po/*.gmo
/po/*.mo
/po/stamp-it
# /tests/
/tests/get-timezone
/tests/test-checksum
/tests/test-cp
/tests/test-firewire-id
/tests/test-init-ipod
/tests/test-ipod-device
/tests/test-itdb
/tests/test-ls
/tests/test-photos
/tests/test-rebuild-db
/tests/test-sysinfo-extended-parsing
/tests/test-thumbnails
/tests/test-write-thumbnails
# /tools/
/tools/90-libgpod.rules
/tools/iphone-set-info
/tools/ipod-read-sysinfo-extended
/tools/ipod-set-info
/tools/ipod-time-sync
/tools/libgpod-callout