forked from devnoname120/libzip
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.hgignore
67 lines (67 loc) · 1.12 KB
/
.hgignore
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
(^|/)Makefile$
(^|/)Makefile.in$
/.deps/
/.libs/
\.DS_Store$
\.la$
\.lo$
\.o$
\.pc$
^GPATH$
^GRTAGS$
^GTAGS$
^aclocal.m4$
^autom4te\.cache/
^build
^compile$
^config\.(guess|h|h\.in|log|status|sub)$
^configure$
^cov-int$
^depcomp$
^examples/in-memory$
^install-sh$
^lib/zip_err_str\.c$
^lib/zipconf\.h$
^libtool$
^ltmain.sh$
^m4/libtool.m4$
^m4/ltoptions.m4$
^m4/ltsugar.m4$
^m4/ltversion.m4$
^m4/lt~obsolete.m4$
^man/.*\.html$
^man/.*\.man$
^man/at\.nih\.libzip\.docset/
^man/at.nih.libzip-.*\.xar$
^man/at.nih.libzip.*\.atom$
^missing$
^regress/.*log$
^regress/.*trs$
^regress/add_from_filep$
^regress/bigzero.zip$
^regress/fopen_unchanged$
^regress/fread$
^regress/fseek$
^regress/manyfiles.zip$
^regress/manyfiles-133000.zip$
^regress/manyfiles-65536.zip$
^regress/manyfiles-fewer.zip$
^regress/manyfiles-more.zip$
^regress/manyfiles-zip64-modulo.zip$
^regress/manyfiles-zip64.zip$
^regress/runtest$
^regress/tryopen$
^src/hole$
^src/zipcmp$
^src/zipmerge$
^src/ziptool$
^stamp-h1$
^test-driver$
^xcode/libzip\.xcodeproj/project\.xcworkspace/xcuserdata
^xcode/libzip\.xcodeproj/xcuserdata/
~$
^.git
^.gitignore
.tar.bz2$
.tar.gz$
.tar.xz$