-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
78 lines (77 loc) · 1.32 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
*~
*.gmo
*.la
*.lo
*.o
.DS_Store
config.log
config.status
configure
libtool
.deps/
.libs/
config/autom4te.cache/
config/config.h
config/config.mk
config/exiv2.pc
po/Makefile
po/Makefile.in
po/POTFILES
po/stamp-po
samples/addmoddel
samples/convert-test
samples/easyaccess-test
samples/exifcomment
samples/exifdata-test
samples/exifprint
samples/iotest
samples/iptceasy
samples/iptcprint
samples/iptctest
samples/key-test
samples/largeiptc-test
samples/mmap-test
samples/prevtest
samples/stringto-test
samples/tiff-test
samples/werror-test
samples/write-test
samples/write2-test
samples/xmpparse
samples/xmpparser-test
samples/xmpsample
src/doxygen.hpp
src/exiv2
src/exv_conf.h
src/lib
src/metacopy
src/path-test
src/taglist
test/tmp/*
doc/html
doc/templates/Exif
doc/templates/Iptc
doc/templates/xmp_*
doc/templates/*.html
doc/templates/*.xml
doc/templates/Canon*
doc/templates/Fujifilm*
doc/templates/Minolta*
doc/templates/Nikon*
doc/templates/Sony*
doc/templates/Olympus*
doc/templates/Panasonic*
doc/templates/Pentax*
doc/templates/Samsung*
doc/templates/Sigma*
doc/templates/Sony*
doc/templates/__*__
!doc/templates/__CrwMapping__
!doc/templates/__doctype__
!doc/templates/__header2__
!doc/templates/__index1__
!doc/templates/__index2__
!doc/templates/__index3__
!doc/templates/__intro__
!doc/templates/__maintitle__
!doc/templates/__makernotes__