aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2014-07-16 11:39:05 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2014-09-24 11:32:34 +0100
commit99b9b014db31b381e4486c57779ffa5de532c0bd (patch)
tree3c3b71c4cdc5226c147f1408255c2f0f910af259 /.gitignore
parent749793f55bfbaf3d93c02ce48ae96ba9dbedfb98 (diff)
downloadopenembedded-core-contrib-99b9b014db31b381e4486c57779ffa5de532c0bd.tar.gz
adding environment description for virtualenv
General practice influenced by heroku.com is to create a requirements.txt documenting the python library dependencies for the project. This allows a user to easy setup a running environment for the project using virtualenv and pip. Extending .gitignore to ignore venv (reserved for virtualenv use) and vim swap files. Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d12dfa95e3..0010cdb61a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
*.pyc
*.db3
+*.swp
+venv/