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:
parent
9aadaef82e
commit
363eb0939e
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
# vim and emacs temp files
|
||||
*~
|
||||
[._]*.s[a-w][a-z]
|
||||
|
||||
.tox/
|
||||
.buildconf
|
Loading…
Reference in New Issue
Block a user