Take the 2008 Git User's Survey and help out! [ hide ]

public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Search Repo:
macournoyer (author)
Mon Apr 07 18:58:17 -0700 2008
commit  86dd5e916aee6553ba0936e9b356c43a53f46b17
tree    94091260b3e25456cd3834ddc9328a508664f7f7
parent  6965f98d4ee6d29529dedda0974b327736ed0dc4
thin / .gitignore
100644 20 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
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