From 8e52eba091e34f3333c0c80201cdb7090b2ae61b Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Wed, 16 Oct 2019 16:18:13 +0200 Subject: [PATCH] now the gitignore has content --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..e8eb7d3 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,15 @@ +# Editors & IDEs +cmake-build-*/ +.idea/ +*.iml +.vs/ + +# CMake +CMakeFiles +CmakeCache.txt + + +bin/ +lib/ +include/ +build/ \ No newline at end of file