From a50a2ce1486d3c1aea30f1bac0561e2813265a66 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 27 Jul 2024 17:15:56 +0900 Subject: [PATCH] .gitingore: add entries (.cache, gmon.out, perf.data) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2a96f12d4..bff38e58c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ *.tmp *~ .DS_Store +.cache .ccls* .ccmalloc .git @@ -30,8 +31,10 @@ compile_commands.json compile_flags.txt cscope.files cscope.out +gmon.out mruby-source-*.gem node_modules +perf.data* tags !Gemfile.lock y.tab.c