From ca55438fda8add2679d9f7e20d225e449d32549a Mon Sep 17 00:00:00 2001 From: Luflosi Date: Tue, 30 Jul 2019 17:58:06 -0500 Subject: [PATCH] Ignore several directories and files only in the root of the repo These directories are always located in the root directory of the repository. Therefore it's better to only ignore these files in this location. --- .gitignore | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 674d410f1..d528d1c68 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,17 @@ *.so *.pyc *.pyo -tags +/tags /build -linux-package -kitty.app -compile_commands.json -link_commands.json -glad/out -kitty/launcher -*.dSYM +/linux-package +/kitty.app +/compile_commands.json +/link_commands.json +/glad/out +/kitty/launcher +/*.dSYM __pycache__ -glfw/wayland-*-client-protocol.[ch] -docs/_build -docs/generated +/glfw/wayland-*-client-protocol.[ch] +/docs/_build +/docs/generated .DS_Store