From b6277b30756c96404bc747f32ae45e9d3e205447 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: ćšć, 09 1æ 2020 10:19:22 +0800 Subject: [PATCH] pc identifiers intermediate work --- .gitignore | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 7165b6c..8b11b9e 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,8 @@ /Testing # Cmake generated files -build +build/* +!build/.gitkeep #eclipse files .cproject @@ -26,3 +27,9 @@ .project *.out /Default/ + +projects/* +!projects/.gitkeep + +**/CMakeCache.txt +**/CMakeFiles -- Gitblit v1.9.1