repo.or.cz
/
xhtml-compiler.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement Markdown files.
[xhtml-compiler.git]
/
.gitignore
blob
eb6fad45e3d6e0ada32771232fb5078d3ada473c
1
# Global
2
*.xc-deps
3
*.html
4
*.rss
5
6
# Configuration
7
/config.php
8
/config-test.php
9
/conf/
10
/local.txt
11
12
# Error logging
13
/errors.log
14
/errors.log*
15
/mute.txt
16
17
# Cache/Testing
18
/cache/svn/log/*.ser
19
/tests/tmp/*