public
Description: RedCloth is a Ruby library for converting Textile into HTML.
Homepage: http://redcloth.org/
Clone URL: git://github.com/jgarber/redcloth.git
Click here to lend your support to: redcloth and make a donation at www.pledgie.com !
redcloth / .gitignore
100644 18 lines (17 sloc) 0.301 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ext/redcloth_scan/Makefile
ext/redcloth_scan/*.[co]
ext/redcloth_scan/*.bundle
ext/redcloth_scan/*.so
ext/redcloth_scan/*.jar
ext/redcloth_scan/*.class
ext/redcloth_scan/*.java
ext/redcloth_scan/redcloth_*.rb
lib/*.bundle
lib/*.so
lib/*.jar
lib/redcloth_scan.rb
doc/rdoc/*
tmp/*
pkg/*
.DS_Store
*.log