From 50f417c87c6849d39b063220130279cb0633d1bf Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Mon, 13 Jun 2016 07:21:55 +0200 Subject: [PATCH] Add gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..afdb261 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Ignore the following files +/build/ +CMakeLists.txt.user*