From 2034b1bb10720a2f0e6cc97427346f2320c115bc Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 23 Nov 2018 09:40:48 +0100 Subject: o Starting to handle notifications and indications Cleaning up: o Using more of the shared_ptr typedefs. o Adding code styles used by CLion. --- .gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f8bef31..9517086 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,12 @@ -noble -.idea +!.idea +.idea/* +!.idea/codeStyles +!.idea/codeStyles/* + build +cmake-build-* + *.log *.tmp.* tmp.* *.tmp -cmake-build-* -- cgit v1.2.3