diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-19 12:14:46 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-19 12:14:46 -0500 |
commit | 0cd1e053c882583301b6c8b94540e8d14025b66e (patch) | |
tree | 8015ceefc2a56d37da551e0016c339b5367fb8f7 /.gitignore | |
parent | 9d7ddfd708571ab9c9b3341db313553525ed10d9 (diff) | |
download | cl-0cd1e053c882583301b6c8b94540e8d14025b66e.tar.lz cl-0cd1e053c882583301b6c8b94540e8d14025b66e.tar.xz cl-0cd1e053c882583301b6c8b94540e8d14025b66e.zip |
update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ __pycache__/ # Pelican output/ +# Makefile +Makefile + # Environments .env .venv |