From b368d55308eccd26f9ccdebc27cdafdac4087fd5 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 23 May 2019 11:30:29 -0400 Subject: [PATCH] Add .gitignore entry for .theia MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This directory is used for project-specific settings for the Theia IDE. Since I use that, I would like if the directory was ignored. Even though it doesn't apply to everybody, it shouldn't bother anybody to have this entry. Also, I wouldn't mind if we added similar entries for other IDEs, if it helped other people. Change-Id: Ic6f42b9d3f1d855e3d6e9e0dee1492aa484010ac Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/1327 Reviewed-by: Jérémie Galarneau --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c0fa85f4..17d6060d 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,4 @@ doc/api/Doxyfile *.html *.stamp *.swp +.theia -- 2.34.1