-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
79 lines (79 loc) · 1.03 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
/bin/
/obj/
/.hg/
/.hgtags
error.log
nxweb_error_log
nxweb_access_log
nxweb.pid
nxweb.layout
/wiki/
/cache/
/sample_config/www/benchmark/
/sample_config/www/httptest
/sample_config/www/static/
/sample_config/cache/
/sample_config/logs/
/sample_config/ssl/Makefile
/sample_config/python/bottle*
/sample_config/python/cherrypy*
/sample_config/python/flask*
/sample_config/python/mysite/
/sample_config/modules/sample_modules.so
/sample_config/modules/Makefile
/experimental/
/private/
/upload.tmp
*.crt
*.key
*.pem
*.psd
*.o
*.lo
*.la
*.a
*.pyc
/build/
/dist/
/test/
callgrind*
massif*
_strace
core
vgcore
/.dep.inc
/nbproject
/Makefile.nb
/autom4te.cache/
.dirstamp
/configure
/compile
/install-sh
/config.guess
/config.sub
/config.log
/config.status
/aclocal.m4
config.h.in*
Makefile.in*
.deps/
.libs/
/depcomp
/missing
/libtool
/ltmain.sh
stamp-h1
/nxweb-*.tar.gz
/Makefile
/src/bin/Makefile
/src/bin/nxweb
/src/bin/nxwebc
/src/include/Makefile
/src/include/nxweb/config.h
/src/lib/Makefile
/src/lib/nxweb.pc
*.sublime-*
/fupl-*
/pkg/
/.idea/
nxweb.tar.gz