From e2643d677dc681a748036ca316187d9a1159ff2a Mon Sep 17 00:00:00 2001 From: Godzil Date: Fri, 14 Feb 2020 14:17:59 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 03aad69..fbb784f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ -# Created by .ignore support plugin (hsz.mobi) +# Build folders +build*/ +cmake-*/ +.idea/ + ### C template # Prerequisites *.d @@ -78,3 +82,5 @@ _deps # Compiled Static libraries *.lai +# Other +*.swp