This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch aevri/win32_minimal in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit c7c324f91fc31a4d785f1702f155b94b33c74b3b Author: Angelos Evripiotis <[email protected]> AuthorDate: Thu Aug 29 10:59:03 2019 +0100 TEMP: ignore local windows files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 2a00671..9940b62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +*.pyd +*.swp +*.orig + # Compiled python modules. __pycache__
