diff options
author | Alex Young <alex@bytemark.co.uk> | 2015-03-31 11:26:58 +0100 |
---|---|---|
committer | Alex Young <alex@bytemark.co.uk> | 2015-03-31 11:26:58 +0100 |
commit | ca4b8f65215075064eb5a70cd3034feae51d02dc (patch) | |
tree | 2da7ae9efe2aee6491b23b17ff05c0a607c59e2e /.gitignore | |
parent | 4d9ca84e57dad6746eb0882b91171ccd69298807 (diff) |
Update .gitignore from .hgignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4db7f7b --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*~ +test.* +.*.db +.*.sw* +static/javascript/jquery +doc/ +.yardoc/ +coverage/ |