diff options
author | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2011-05-23 12:29:44 +0200 |
---|---|---|
committer | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2011-06-01 15:21:14 +0200 |
commit | f53b6f39048e353fab224229f1cf17486a321313 (patch) | |
tree | cfa07ebdbfe2d2db532973a85a26701daf4cade7 /.gitignore | |
parent | Application provides data for IRC bot (diff) | |
download | council-webapp-f53b6f39048e353fab224229f1cf17486a321313.tar.gz council-webapp-f53b6f39048e353fab224229f1cf17486a321313.tar.bz2 council-webapp-f53b6f39048e353fab224229f1cf17486a321313.zip |
Add *.pyc to .gitignore
We don't want to track those files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ site/log/*.log site/tmp/**/* site/app/views/taglibs/auto *.swp +*.pyc |