diff options
author | Pacien TRAN-GIRARD | 2014-10-24 20:15:21 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-10-24 20:15:21 +0200 |
commit | face00188207d4f07c9f4d33e9b6a2e41db9f11c (patch) | |
tree | 8be4a6b4fdb4b9ba54aa39a84927fad4d11c4c5e /.gitignore | |
parent | 4403fda939ef42aeffeccb343d74f3dc3b840f91 (diff) | |
download | wikistats-face00188207d4f07c9f4d33e9b6a2e41db9f11c.tar.gz |
Fix .gitignore to create output dir on clone
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -58,4 +58,5 @@ target/ | |||
58 | .idea | 58 | .idea |
59 | eig-2010-python-project.iml | 59 | eig-2010-python-project.iml |
60 | 60 | ||
61 | output | 61 | output/* |
62 | !output/void.txt | ||