From 363eb0939e36ff83cd8d846f2d43cb4a7d75f15b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Andr=C3=A9?= <martin.andre@kvhasia.com>
Date: Thu, 4 Dec 2014 09:43:53 +0900
Subject: [PATCH] Add gitignore file

The initial gitignore includes build-docker-image script's private
configuration file, tox generated files and common temp files created by
vim and emacs.

Change-Id: I514953471646904b541321d1d878d40a2c8f8b26
---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..d2c5f5fba7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+# vim and emacs temp files
+*~
+[._]*.s[a-w][a-z]
+
+.tox/
+.buildconf