From e6ea52854840173bd62d007f799acd368f4edcc7 Mon Sep 17 00:00:00 2001 From: Alexander Gordeev Date: Thu, 13 Oct 2016 21:11:27 +0300 Subject: [PATCH] Add .gitignore file Change-Id: I28abf9375ae5f7656d243e7ac28d5d8598698028 --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e0d36b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# Python autogenerated files +*.py[co] + +# Sphinx +_build +doc/build/ + +# Packages/installer info +*.egg +*.egg-info +dist +build +sdist + +# pbr +AUTHORS +ChangeLog + +# tests +.testrepository +.tox +.venv +.coverage +cover + +# Other +*.DS_Store +.idea +.*.swp +*~