Loading

Paste #pubtbpno1

  1. # Use glob syntax:
  2. syntax: glob
  3.  
  4. # The local makefile should be ignored:
  5. Makefile.local
  6.  
  7. # And files and dirs which are generated automatically
  8. firs*.grf
  9. firs
  10. firs-*
  11. firs.md5
  12. firs.pnml
  13. *.nml
  14. *.md5
  15. *.tar
  16. docs_src/readme.txt
  17. docs/*
  18. custom_tags.txt
  19. generated*
  20. chameleon_cache
  21. translations/
  22.  
  23. # Dependency files:
  24. Makefile.dep
  25. .version
  26. *.dep
  27. parsetab.py
  28.  
  29. # Ignore frequent development left-overs like
  30. # editor backups, patches, rejects etc. pp
  31. *.orig
  32. *.bak
  33. *.log
  34. *.rej
  35. *.diff
  36. *.patch
  37.  
  38. # Files created by Mac image preview and file browser:
  39. .DS_Store
  40. Thumbs.db
  41.  
  42. # Don't add python .pyc and .pyo files
  43. *.pyc
  44. *.pyo
  45.  
  46. # NML cache files
  47. firs.grf.cache
  48. firs.grf.cacheindex
  49. .nmlcache/*

Comments