From b70228ae100da84ff65fc8a20813b705d0f2bf38 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 3 Apr 2020 20:32:13 +0530 Subject: [PATCH] gitignore: Add x/ directory People following default build instructions can be caught off guard by seeing the build artifacts in the git tree Signed-off-by: Harsh Shandilya --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 59bc840d..0d1a18f8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ build/ /dist/ .idea/ .gradle/ +x/