aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJorge Lucangeli Obes <jorgelo@google.com>2017-01-26 17:21:16 -0500
committerJorge Lucangeli Obes <jorgelo@google.com>2017-02-02 10:50:35 -0500
commit9bd316b14cda8f2e352453dbcaefee2d4e04f81a (patch)
treeb94971871d5e47a0d6568e7637656ea1d163518c /.gitignore
parentce2c3ff9a32ad3702134c26d76222dcf47e8e6ad (diff)
downloadminijail-9bd316b14cda8f2e352453dbcaefee2d4e04f81a.tar.gz
Port Minijail unit tests to Google Test.
Remove the duplicate unit test files. Google Test is designed to be included directly with the project using it, so add a simple shell script to get the sources. Bug: 34520446 Test: Builds on Android, desktop Linux. Change-Id: Iabc63fa1cb847b668645dbf5468454f025c93721
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0e5f062..ac10fcb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
*.depends
/*.gen.c
*.o
+*.a
# Shared libraries when compiling in-tree.
*.so
@@ -10,3 +11,6 @@
libminijail_unittest
minijail0
syscall_filter_unittest
+
+# Google Test.
+googletest-release*