diff options
author | varac <varacanero@zeromail.org> | 2015-02-09 13:52:09 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-02-09 13:52:09 +0100 |
commit | c579085454785ec7d8fe0622b4da43b070095472 (patch) | |
tree | cf8c8f80d3d6fcf04b9e1e2e75f1d039293c0cdc /.gitignore | |
parent | e57402aa1a67e9bd29152a3eeec6d50140fc8a93 (diff) |
added /config to .gitignore so ppl can put their config files in a subdir
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,5 +29,6 @@ env/ __pycache__/ .virtualenv # custom config file that can be used with the useragent +/config pixelated.cfg service/_trial_temp/ |