From b1efd446e77eb7767a243b923915364e8c1146c6 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Fri, 10 Aug 2018 12:42:20 +0200 Subject: [PATCH] Add more file patterns for git to ignore Change-Id: I4e19a008f236094cd2641279b3660cafb187c8ec --- .gitignore | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a35fb11d..f4e940b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,48 @@ -# Compiled python files +# Compiled files *.py[co] +*.a +*.o +*.so # Editors .*.sw[klmop] *~ +# Sphinx +_build +doc/source/contributor/api/ +_static + +# release notes build +releasenotes/build + # Packages/installer info -*.egg[s] +*.egg *.egg-info dist +build +eggs +.eggs +parts +var sdist +develop-eggs +.installed.cfg # Other +*.DS_Store +.idea .testrepository +.stestr +.tox +.venv +.*.swp +.coverage +cover AUTHORS ChangeLog -.tox -doc/build +*.sqlite +*~ + +# Vagrant +.vagrant