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 | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 33cf0b9..8b11b9e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ *.so *.dylib +#Visual studio files +.vs + # Compiled Static libraries *.lai *.la @@ -15,9 +18,18 @@ /Testing # Cmake generated files -build +build/* +!build/.gitkeep #eclipse files .cproject .settings .project +*.out +/Default/ + +projects/* +!projects/.gitkeep + +**/CMakeCache.txt +**/CMakeFiles -- Gitblit v1.9.1