From 105e44504ad5d9ff34bee48d5ac2bc0df33da0b6 Mon Sep 17 00:00:00 2001 From: ChaiMind Date: Tue, 25 Aug 2020 15:07:49 +0800 Subject: [PATCH] chroe(.gitignore): add more ignore rules for git --- .gitignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ea31d47..262be6cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,15 @@ -/build/ +# Build +build/ +output/ + +# Cache __pycache__/ +.ccls-cache/ + +# Editor and IDE Config +.vscode/ +.vs/ +.idea/ + +# CMake +compile_commands.json \ No newline at end of file