From 4d8ec403768055bc9d35edb9e6e59ab69f19e3f5 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Fri, 25 Nov 2016 16:49:39 +0100 Subject: [PATCH] Git-ignore .primary_build_tool and .gwt_work_dir These files have been git-ignored in master to support the Bazel build (see change I984068). Also ignore them in stable-2.13 so that these files do not show up as untracked when switching between the master branch and stable-2.13. Change-Id: I3f91d9ae398a2dac4e64b2589484ce4629bf55d3 Signed-off-by: Edwin Kempin --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 815c5fad95..341d3a53db 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ *.asc /bin/ *~ +.primary_build_tool +.gwt_work_dir