commit | 15b4fb2acf238a7afed7c25176d26ccdd5cf1ba2 | [log] [tgz] |
---|---|---|
author | Pete Bentley <prb@google.com> | Tue Sep 24 16:55:44 2019 +0100 |
committer | Adam Langley <agl@google.com> | Tue Sep 24 16:10:38 2019 +0000 |
tree | 1044c4ac77ec53f08e49624e8717378df92621cb | |
parent | 09a9ec036030ac84896f5143548d05f3951d1817 [diff] |
Ignore build32 and build64 subdirectories. Used for Conscrypt local builds: https://github.com/google/conscrypt/blob/master/BUILDING.md Change-Id: I7eaa225cdc3c79cb5ac4902d222d408169f7ded0 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/37724 Commit-Queue: Pete Bentley <prb@google.com> Reviewed-by: Adam Langley <agl@google.com>
diff --git a/.gitignore b/.gitignore index 366feb7..8ce23d1 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,4 +1,6 @@ build/ +build32/ +build64/ ssl/test/runner/runner *.pyc *.swp