#Ignore unwanted files in /

robots.txt
install_manual.txt
error_log
log.txt

#Ignore configuration  files

system/config/config.php
system/config/developer.config.php


#Ignore setting/admin role cashed files

public/cache/*.php
public/cache/*.xml

#ignore complied tpl files

*.tpl.cache.php
*.cache.php
*.tpl.php
*.html.php

#Ignore backup files

*.bak
*.bk
*.LCK
*_bak.php
*_bak.tpl
*_bak.js
*_bak.xml
*_bak.php

#Ignore backup folders

*_[Bb]ak/

#OS junk files

[Tt]humbs.db
*.DS_Store
.ftpquota
*.TMP

#Editor Temp file
*.clpprj
nbproject/
#Others folders are ignored using .gitignore file in the corresponding folder
