From db5909a9d5408126a6b37022d1ea82f23f842b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 3 Aug 2023 08:43:23 +0200 Subject: git: supdate to update submodules and ignore vgcore files --- gitconfig | 1 + gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index 45736a3..ec0c582 100644 --- a/gitconfig +++ b/gitconfig @@ -31,6 +31,7 @@ type = cat-file -t dump = cat-file -p please = push --force-with-lease + supdate = submodule update --init --recursive fclean = "!git clean -xdff && git submodule foreach git clean -xdff && :" cleanup = "!git branch --merged HEAD --format=\"%(refname:lstrip=2)\" | grep -vx master | xargs git branch -d" [sendemail] diff --git a/gitignore b/gitignore index c1b7b44..6d6077e 100644 --- a/gitignore +++ b/gitignore @@ -15,6 +15,7 @@ result* build .gdbinit .cache/ +vgcore.* # Python development __pycache__/ -- cgit v1.2.3