From 95d1452eefadffaf1ec75dd0a8336bc2c387eb17 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 01 2月 2020 02:48:51 +0800 Subject: [PATCH] rename enums and further developments --- .gitignore | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index d97328f..8b11b9e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,29 @@ *.so *.dylib +#Visual studio files +.vs + # Compiled Static libraries *.lai *.la *.a /Makefile +/Testing + +# Cmake generated files +build/* +!build/.gitkeep + +#eclipse files +.cproject +.settings +.project +*.out +/Default/ + +projects/* +!projects/.gitkeep + +**/CMakeCache.txt +**/CMakeFiles -- Gitblit v1.9.1