diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2014-05-09 19:10:47 +0200 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2014-06-04 22:33:30 +0200 |
commit | 43a0651800e03cc9e51002c119784f3db108a74d (patch) | |
tree | 02736d3005fdfa2a62be0e6864ce22355802d474 /.gitignore | |
parent | 89e3527ac679337652866ca79697c8d02055328e (diff) | |
download | schiltknecht.org-43a0651800e03cc9e51002c119784f3db108a74d.tar.gz schiltknecht.org-43a0651800e03cc9e51002c119784f3db108a74d.tar.bz2 schiltknecht.org-43a0651800e03cc9e51002c119784f3db108a74d.zip |
Ajout dossier cache au .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ output/ __pycache__/ *~ +cache/ |