commit | 0326105aa9d19282f99166933c15b74b0f49974f | [log] [tgz] |
---|---|---|
author | Steven Valdez <svaldez@google.com> | Thu Feb 21 12:29:16 2019 -0500 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Thu Feb 21 17:41:59 2019 +0000 |
tree | 2c78cfed2c7d621fcfefe885ff1664f34bdf6636 | |
parent | 24a18b8a40e876f828a5ce185849d46f19c671e8 [diff] [blame] |
Add compiled python files to .gitignore. Change-Id: If5d88d88bd1ea8189cc715cc38e70bd3b11c4b67 Reviewed-on: https://boringssl-review.googlesource.com/c/34950 Commit-Queue: Steven Valdez <svaldez@google.com> Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: David Benjamin <davidben@google.com>
diff --git a/.gitignore b/.gitignore index 79deb06..41e32b9 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,5 +1,6 @@ build/ ssl/test/runner/runner +*.pyc *.swp *.swo doc/*.html