From f6f8dfa59a85695d5086870c701a0d2b9205c0e9 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Tue, 20 Jan 2015 11:36:21 -0600 Subject: Update .gitignore The .gitignore was regenerated starting from the version in oslo-incubator, which is where oslo.policy came from. Change-Id: I4c9518d4d1efbf3506dc6f7a9de17b221f844b55 --- .gitignore | 62 +++++++++++++++++--------------------------------------------- 1 file changed, 17 insertions(+), 45 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 554a637..5ef2df8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,50 +1,22 @@ -*.py[cod] - -# C extensions -*.so - -# Packages -*.egg -*.egg-info -dist -build -eggs -parts -bin -sdist -develop-eggs -.installed.cfg -lib -lib64 - -# Installer logs -pip-log.txt - -# Unit test / coverage reports +*~ +*.swp +*.pyc +*.log .coverage +.venv .tox -nosetests.xml -.testrepository - -# Translations -*.mo - -# Mr Developer -.mr.developer.cfg +cover/ +oslo.policy.egg-info/ +build/ +dist/ +doc/source/api +AUTHORS +.update-venv/ +ChangeLog +openstack/versioninfo +*.egg +.testrepository/ .project .pydevproject - -# Complexity -output/*.html -output/*/index.html - -# Sphinx +*.mo doc/build - -# pbr generates these -AUTHORS -ChangeLog - -# Editors -*~ -.*.swp -- cgit v1.2.1