summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2010-12-15 12:48:44 -0500
committerRyan Petrello <lists@ryanpetrello.com>2010-12-15 12:48:44 -0500
commit8ec6f6f5fff834d8019a1f40d513c69eefed0aea (patch)
tree6e00afea0ff1e3c475324dc7550f9d238023a817 /.gitignore
parente7e2066b502d0cfea316433b3018d6dff2286a50 (diff)
downloadpecan-8ec6f6f5fff834d8019a1f40d513c69eefed0aea.tar.gz
Adding (optional) file monitoring functionality to automatically reload pecan apps when .py files change (similar to paster --reload server config.ini). Now in your project, you can do:
pecan.conf.app = {'reload': True, ...} Additionally, the pecan quick start template has been configured to auto-reload by default.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 04c572a..e9ac042 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
pecan.egg-info
+*.pyc \ No newline at end of file