diff options
author | Jacob Meacham <jacob.e.meacham@gmail.com> | 2016-02-17 01:46:14 (GMT) |
---|---|---|
committer | Jacob Meacham <jacob.e.meacham@gmail.com> | 2016-02-17 01:46:14 (GMT) |
commit | b648a30721614d8b40b0f2a45faea599d7c9caf5 (patch) | |
tree | 6dea5aaf6d9d32ea2c5dd0a3524e2685c5413cac /.gitignore | |
parent | ff5ffd457e032c8be8a64a7a94c824063c8b11e3 (diff) | |
download | googletest-b648a30721614d8b40b0f2a45faea599d7c9caf5.zip googletest-b648a30721614d8b40b0f2a45faea599d7c9caf5.tar.gz googletest-b648a30721614d8b40b0f2a45faea599d7c9caf5.tar.bz2 |
Add build artifacts to git ignore.refs/pull/716/head
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ce310bc --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Ignore CI build directory +build/ |