diff options
author | Sean Finney <seanius@debian.org> | 2008-06-02 20:17:52 +0200 |
---|---|---|
committer | Sean Finney <seanius@debian.org> | 2008-06-02 20:17:52 +0200 |
commit | 9d68e03bca4229a43ad64c13283c730fb091de53 (patch) | |
tree | b3a023e906345113e8f6b8368ea40e1cab10cf6c /.gitignore | |
parent | 72f19903ae8c7e07b26f1625e957bb07395fb260 (diff) | |
download | patch-tracker-9d68e03bca4229a43ad64c13283c730fb091de53.tar.gz |
rework templates to use inheritance
also added a gitignore file to ignore the python noise
created by cheetah
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3f83bf1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +templates/skeleton.py +templates/*.pyc +templates/*.py.bak |