diff options
author | Isis Lovecruft <isis@torproject.org> | 2013-02-16 23:35:38 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2013-02-16 23:35:38 +0000 |
commit | b712b428c595686b187b1c188552b5c66ad684a7 (patch) | |
tree | 247a6f90ffd493bc7974d9c565fe86c7f11a9d73 /.gitignore | |
parent | b6a4e1936f101c078ed6816eb73e148e1dab0f76 (diff) |
Update .gitignore to exclude config files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -41,5 +41,7 @@ nosetests.xml *~ \#*\# -# Ignore client logfiles +# Ignore client logfiles and configs *.log +*.conf +*.config |