aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-07-11 18:08:05 -0500
committerJesús <heckyel@hyperbola.info>2018-07-11 18:08:05 -0500
commit2984a85772ee857f9bc7d73543a35cdbc7844a90 (patch)
treeb8d50ce6bf14b9737c7ff86da082b68b5658c66f
parenta03b904c839c5c0eb7f83ce514eb7255f16c9cd5 (diff)
downloadlibresocial-2984a85772ee857f9bc7d73543a35cdbc7844a90.tar.lz
libresocial-2984a85772ee857f9bc7d73543a35cdbc7844a90.tar.xz
libresocial-2984a85772ee857f9bc7d73543a35cdbc7844a90.zip
update .gitignore
added virtualenv
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9c2fcc1..9a51c9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,8 @@
*~
\#*\#
.\#*
+
+# virtualenv
+.venv/
+venv/
+ENV/