-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgignore
61 lines (61 loc) · 791 Bytes
/
.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
syntax: regexp
^bin/
^obj/
^error\.log$
^nxweb_error_log$
^nxweb\.pid$
^nxweb\.layout$
^www/root/benchmark/
^www/root/httptest
^cache/
^www/cache/
^experimental/
^private/
^upload\.tmp$
.*\.crt$
.*\.key$
.*\.pem$
.*\.psd$
.*\.o$
.*\.lo$
.*\.la$
.*\.a$
^build/
^dist/
^test/
callgrind\.
_strace
^core
^\.dep\.inc$
^nbproject$
/nbproject$
^Makefile\.nb$
^autom4te\.cache/
^install-sh$
^config.guess$
^config.sub$
^config.log$
^config.status$
^aclocal.m4$
^config.h.in~?$
/config.h.in~?$
^Makefile\.in$
/Makefile\.in$
^\.deps/
/\.deps/
/\.libs/
^depcomp$
^missing$
^libtool$
^ltmain.sh$
^(.*/)?stamp-h1$
^nxweb-.*\.tar\.gz$
^Makefile$
^src/bin/Makefile$
^src/bin/nxweb$
^src/include/Makefile$
^src/include/nxweb/config\.h$
^src/lib/Makefile$
^src/lib/nxweb\.pc$
^ssl/Makefile$
.*\.sublime-\w+$