public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
macournoyer (author)
Sun Apr 06 16:32:01 -0700 2008
commit  e95a97c2d92c34daa69f17972ab8384fd793c13d
tree    9f6b5cf62e92eba99142c944ee149acc532a7509
parent  621c237891c6c9eb2d6df63b73281863cc352bd9
thin / .gitignore
100644 22 lines (20 sloc) 0.24 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ext/*/Makefile
ext/*/conftest.dSYM/*
ext/*/*.log
ext/*/*.o
ext/*/*.bundle
ext/*/*.obj
ext/*/*mswin32*
ext/*/vc60.pdb
ext/*/*.so
lib/*.bundle
lib/*.so
test/*.o
test/*_test
log
spec/rails_app/log
doc/rdoc/*
tmp/*
pkg/*
nbproject/*
.DS_Store