From: Simon Marchi Date: Thu, 23 May 2019 15:30:29 +0000 (-0400) Subject: Add .gitignore entry for .theia X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=b368d55308eccd26f9ccdebc27cdafdac4087fd5;hp=879e14e8653bb2f9d8d83e50b983bc1fee571701 Add .gitignore entry for .theia 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 --- 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