aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2014-09-24adding environment description for virtualenvAlexandru DAMIAN
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>
2013-02-13Initial commit of layerindex-webPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>