diff options
author | Azul <azul@leap.se> | 2014-04-16 11:16:13 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-04-17 10:39:59 +0200 |
commit | 2822aff5c22fb79490fd82426d81e68813417543 (patch) | |
tree | a7cd08dc946c964e2f792112d9f85ebf73cc0fc2 /.gitignore | |
parent | bfda2c55bd4824d94d384a39960c91b6e1f8d14b (diff) |
gitignore *.pyc
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ bin */Gemfile.lock test/dummy/log/* test/dummy/tmp/* +*.pyc # ignore all deploy specific configuration config/couchdb.yml |