From 5bbcb7148c7d6ef8c690f2c3036f3d4f4380aa23 Mon Sep 17 00:00:00 2001
From: Peter Wu <peter@lekensteyn.nl>
Date: Mon, 29 Feb 2016 16:13:19 +0100
Subject: [PATCH] cmake: update .gitignore files

---
 .gitignore                   | 15 +++++++++++++++
 integration-tests/.gitignore |  1 +
 2 files changed, 16 insertions(+)

diff --git a/.gitignore b/.gitignore
index 7ed31ec3..0c969ce7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,21 @@ missing
 stamp-h1
 test-driver
 
+# cmake
+CMakeCache.txt
+CMakeFiles/
+cmake_install.cmake
+CTestTestfile.cmake
+build.ninja
+rules.ninja
+.ninja_deps
+.ninja_log
+lib*.so
+lib*.so.*
+lib*.a
+# generated by "make test" with cmake
+Testing/
+
 # test logs generated by `make check`
 *.log
 *.trs
diff --git a/integration-tests/.gitignore b/integration-tests/.gitignore
index ce6e582a..f40c109a 100644
--- a/integration-tests/.gitignore
+++ b/integration-tests/.gitignore
@@ -1,2 +1,3 @@
 # generated files
 config.go
+setenv
-- 
2.26.2