diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-23 08:21:01 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-23 08:21:01 +0200 |
commit | 077713b306e799a2c4d34ec23c05f8afb3090cc8 (patch) | |
tree | 788d9891861dfa66ca14043bc02b34e1a38796c9 | |
parent | Merged in jaesivsm/pyaggr3g470r (pull request #11) (diff) | |
download | newspipe-077713b306e799a2c4d34ec23c05f8afb3090cc8.tar.gz newspipe-077713b306e799a2c4d34ec23c05f8afb3090cc8.tar.bz2 newspipe-077713b306e799a2c4d34ec23c05f8afb3090cc8.zip |
Forgot to git add babaek.cfg.
-rw-r--r-- | .gitignore | 10 | ||||
-rw-r--r-- | babel.cfg | 3 |
2 files changed, 9 insertions, 4 deletions
@@ -6,19 +6,21 @@ syntax: glob *~ *.db +# Emacs +eproject.cfg + # Temporary files (vim backups) *.swp - # Log files: *.log # Vagrant: .vagrant/ -*.cfg -pyaggr3g470r/var/indexdir/ - # Virtualenv venv build + + +conf/conf.cfg diff --git a/babel.cfg b/babel.cfg new file mode 100644 index 00000000..0cc0baca --- /dev/null +++ b/babel.cfg @@ -0,0 +1,3 @@ +[python: **.py] +[jinja2: **/templates/**.html] +extensions=jinja2.ext.autoescape,jinja2.ext.with_
\ No newline at end of file |