forked from phusion/passenger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
68 lines (68 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
.cache
.DS_Store
.rbx
.vagrant
autom4te.cache
*.o
*.so
*.bundle
*.pyc
*.a
*.lo
*.la
*.slo
*.dSYM
*.gch
*.swp
*~.nib
*.pbxuser
*.perspective
*.perspectivev3
*.mode1v3
*.mode2v3
xcuserdata
/config.rb
/buildout
build/cache
ext/common/libboost_oxt
ext/common/libpassenger_common
ext/apache2/module_libboost_oxt
ext/apache2/module_libpassenger_common
ext/libev/Makefile
ext/libev/config.h
ext/libev/config.log
ext/libev/config.status
ext/libev/libtool
ext/libev/stamp-h1
ext/libev/ev.3
ext/libev/ev.pod
ext/libev/.libs
ext/libeio/Makefile
ext/libeio/config.h
ext/libeio/config.log
ext/libeio/config.status
ext/libeio/eio.3
ext/libeio/eio.pod
ext/ruby/*/Makefile
ext/ruby/*/mkmf.log
ext/*.a
doc/rdoc
doc/cxxapi
doc/*.html
helper-scripts/download_binaries/Makefile
test/.gdbinit
test/test.log
test/apache2.log
test/config.yml
test/config.json
test/coverage
test/cxx/CxxTestMain
test/oxt/oxt_test_main
test/stub/apache2/*.log
test/stub/apache2/*.pid
test/stub/apache2/httpd.conf
test/stub/zsfa/mycook
test/stub/zsfa/foo
test/support/allocate_memory
pkg
node_modules