diff options
author | Isis Lovecruft <isis@torproject.org> | 2013-01-25 00:59:45 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2013-01-25 00:59:45 +0000 |
commit | 52d8c96998b348c9baa1ca8b22f0ad191efbcffc (patch) | |
tree | 33d3350bf2eacf9068a5fb23c4ca2e651993dfbe /.gitignore | |
parent | 0911ec5330e460f79daca557bb03114276def026 (diff) |
Update .gitignore to exclude temp files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -36,3 +36,7 @@ nosetests.xml # Don't upload private things *.private + +# Ignore emacs temporary files +*~ +\#*\# |