From 385b4d1feb26174e011838c446c85018d57f8a72 Mon Sep 17 00:00:00 2001 From: Gary Miguel <garymm@google.com> Date: Mon, 12 Feb 2018 14:49:39 -0800 Subject: [PATCH] [editors] Ignore sublime-project and sublime-workspace files. Sublime text users might have these in the repo. Change-Id: I86e6993a2baeed856a0ff419925f7c0f5a86d28e --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 294105fef6d..c54d286f4cf 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ .project *.pyc .pydevproject +*.sublime-project +*.sublime-workspace .vscode Session.vim Thumbs.db -- GitLab