From 3f6b07de811d87990e59af6fb56b7cd03357823a Mon Sep 17 00:00:00 2001 From: Luflosi Date: Mon, 29 Jul 2019 00:55:43 -0500 Subject: [PATCH] Ignore the `build` directory only in the root of the repo The `build` directory is always located at the root directory of the repository. Therefore it's better to only ignore `build` in this location. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a6cd03bca..a896ee650 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ *.pyc *.pyo tags -build +/build linux-package kitty.app compile_commands.json