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
Ignore php.ini
[xhtml-compiler.git]
/
.gitignore
blob
2792328465186ee22c1db614d9a2dbaddba22781
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
/tests/tmp/*
19
20
# Doctrine
21
data.db
22
test.php
23
24
# Scripts
25
php.ini