From 435bc38eff73f06966ee089bd5d82ce1d769f4be Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Thu, 25 Aug 2016 18:29:00 +1000 Subject: [PATCH] add gitignore --- .gitignore | 4 ++++ test/.gitignore | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 test/.gitignore diff --git a/.gitignore b/.gitignore index 7550f14..e91cd40 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ build* CMakeCache.txt Makefile +CMakeFiles/ +Testing/ +CTestTestfile.cmake +cmake_install.cmake diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 0000000..55bdd06 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1 @@ +options -- libgit2 0.21.4