1234567891011121314151617181920212223242526 |
- # temporales
- *~
- \#*\#
- *.\#*
- # claves
- importantes.py
- datos.csv
- datos1.csv
- *.cp
- backups_generales.sh
- nohup.out
- # proveeidas por mezzanine
- syntax: glob
- *.pyc
- *.pyo
- *.db
- .DS_Store
- .coverage
- local_settings.py
- #syntax: regexp
- ^static/
- static/
|