.gitignore 273 B

123456789101112131415161718192021222324252627282930313233
  1. avatar/*
  2. background/*
  3. files/*
  4. file/*
  5. local/*
  6. _darcs/*
  7. logs/*
  8. log/*
  9. run/*
  10. config.php
  11. .htaccess
  12. httpd.conf
  13. *.tmproj
  14. dataobject.ini
  15. *~
  16. *.bak
  17. *.orig
  18. *.rej
  19. .#*
  20. *.swp
  21. .buildpath
  22. .project
  23. .settings
  24. TODO.rym
  25. config-*.php
  26. good-config.php
  27. lac08.log
  28. php.log
  29. .DS_Store
  30. nbproject
  31. *.mo