From b648a30721614d8b40b0f2a45faea599d7c9caf5 Mon Sep 17 00:00:00 2001 From: Jacob Meacham Date: Tue, 16 Feb 2016 17:46:14 -0800 Subject: Add build artifacts to git ignore. --- .gitignore | 2 ++ googletest/.gitignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitignore create mode 100644 googletest/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ce310bc3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Ignore CI build directory +build/ diff --git a/googletest/.gitignore b/googletest/.gitignore new file mode 100644 index 00000000..4b7be4b9 --- /dev/null +++ b/googletest/.gitignore @@ -0,0 +1,2 @@ +# python +*.pyc -- cgit v1.2.3