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:
add win32-specific ignores
kevwil (author)
Fri Feb 08 12:23:09 -0800 2008
commit  60d5c45f394923abde180f671ea02327b86576a2
tree    1e24c045aaf871bc6a125b9f23e1ab3b1ef3f030
parent  c12c03c82b9716887ab6ce51d4c3896c29abb552
...
3
4
5
 
 
 
 
6
 
7
8
9
...
3
4
5
6
7
8
9
10
11
12
13
14
0
@@ -3,7 +3,12 @@
0
 ext/thin_parser/*.log
0
 ext/thin_parser/*.o
0
 ext/thin_parser/*.bundle
0
+ext/thin_parser/*.obj
0
+ext/thin_parser/*mswin32*
0
+ext/thin_parser/vc60.pdb
0
+ext/thin_parser/*.so
0
 lib/*.bundle
0
+lib/*.so
0
 log/*.log
0
 spec/rails_app/log
0
 doc/rdoc/*

Comments

    No one has commented yet.