mamweb/.gitignore
Tomas Gavenciak ea1e68c4ea Add schema generation to Makefile
update README, add "make test"
2015-03-14 23:40:42 +01:00

19 lines
192 B
Text

# virtual env
/bin/
/include/
/lib/
/local/
/share/
/virtualenv/
/pip-selfcheck.json
# transient files
/db-local.sqlite3*
/static
/media
/mamweb/static
/schema_*.pdf
# aux files
*.pyc
*.swp