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
This commit is contained in:
Martin André 2014-12-04 09:43:53 +09:00
parent 9aadaef82e
commit 363eb0939e
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
# vim and emacs temp files
*~
[._]*.s[a-w][a-z]
.tox/
.buildconf